Package org.wso2.carbon.utils
Class UnsupportedSecretTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.CarbonException
-
- org.wso2.carbon.utils.UnsupportedSecretTypeException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedSecretTypeException extends CarbonException
Exception defined to denote that provided secret type is not supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedSecretTypeException()UnsupportedSecretTypeException(String message)UnsupportedSecretTypeException(String message, Throwable cause)UnsupportedSecretTypeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedSecretTypeException
public UnsupportedSecretTypeException()
-
UnsupportedSecretTypeException
public UnsupportedSecretTypeException(String message)
-
UnsupportedSecretTypeException
public UnsupportedSecretTypeException(String message, Throwable cause)
-
UnsupportedSecretTypeException
public UnsupportedSecretTypeException(Throwable cause)
-
-