Class CryptoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drasyl.crypto.CryptoException
All Implemented Interfaces:
Serializable

public class CryptoException extends Exception
A CryptoException is thrown by Crypto when errors occur.
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException(String message)
    • CryptoException

      public CryptoException(String message, Exception cause)
    • CryptoException

      public CryptoException(Exception wrapped)