Class AtpCryptoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.qubership.atp.crypt.exception.AtpCryptoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AtpCryptInvalidKeyException, AtpDecryptException, AtpEncryptException

public class AtpCryptoException extends Exception
See Also:
  • Constructor Details

    • AtpCryptoException

      public AtpCryptoException(String message)
    • AtpCryptoException

      public AtpCryptoException(String message, Exception e)