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:
  • Constructor Details

    • UnsupportedSecretTypeException

      public UnsupportedSecretTypeException()
    • UnsupportedSecretTypeException

      public UnsupportedSecretTypeException(String message)
    • UnsupportedSecretTypeException

      public UnsupportedSecretTypeException(String message, Throwable cause)
    • UnsupportedSecretTypeException

      public UnsupportedSecretTypeException(Throwable cause)