Package io.mosip.mimoto.exception
Class CryptoManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.mosip.kernel.core.exception.BaseUncheckedException
-
- io.mosip.mimoto.exception.CryptoManagerException
-
- All Implemented Interfaces:
Serializable
public class CryptoManagerException extends io.mosip.kernel.core.exception.BaseUncheckedException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptoManagerException()Instantiates a new access denied exception.CryptoManagerException(String message)Instantiates a new access denied exception.CryptoManagerException(String message, String message1)CryptoManagerException(String message, String message1, Throwable cause)Instantiates a new access denied exception.
-
Method Summary
-
Methods inherited from class io.mosip.kernel.core.exception.BaseUncheckedException
addInfo, getCodes, getErrorCode, getErrorText, getErrorTexts, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CryptoManagerException
public CryptoManagerException()
Instantiates a new access denied exception.
-
CryptoManagerException
public CryptoManagerException(String message)
Instantiates a new access denied exception.- Parameters:
message- the message
-
-