Package com.adyen.security.clouddevice
Class NexoSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adyen.security.clouddevice.NexoSecurityException
-
- All Implemented Interfaces:
Serializable
public class NexoSecurityException extends Exception
Exception thrown when an error occurs during Nexo message encryption or decryption.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NexoSecurityException(String message)NexoSecurityException(String message, Throwable cause)NexoSecurityException(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
-
NexoSecurityException
public NexoSecurityException(String message)
- Parameters:
message- the detail message
-
NexoSecurityException
public NexoSecurityException(String message, Throwable cause)
- Parameters:
message- the detail messagecause- the cause
-
NexoSecurityException
public NexoSecurityException(Throwable cause)
- Parameters:
cause- the cause
-
-