Class CryptoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.crypto.api.CryptoException
All Implemented Interfaces:
Serializable

public class CryptoException extends Exception
The exception which will be thrown if something unexpected happens during crypto operations.
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException()
    • CryptoException

      public CryptoException(String message)
    • CryptoException

      public CryptoException(String message, Throwable e)