Class PacketDecryptionFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.mosip.kernel.core.exception.BaseCheckedException
-
- io.mosip.kernel.packetmanager.exception.PacketDecryptionFailureException
-
- All Implemented Interfaces:
Serializable
public class PacketDecryptionFailureException extends BaseCheckedException
PacketDecryptionFailureException class.- Author:
- Jyoti Prakash Nayak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PacketDecryptionFailureException()PacketDecryptionFailureException(String errorMessage)PacketDecryptionFailureException(String message, Throwable cause)PacketDecryptionFailureException(Throwable t)
-
Method Summary
-
Methods inherited from class io.mosip.kernel.core.exception.BaseCheckedException
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
-
PacketDecryptionFailureException
public PacketDecryptionFailureException()
-
PacketDecryptionFailureException
public PacketDecryptionFailureException(Throwable t)
-
PacketDecryptionFailureException
public PacketDecryptionFailureException(String message, Throwable cause)
- Parameters:
message- Message providing the specific context of the error.cause- Throwable cause for the specific exception
-
PacketDecryptionFailureException
public PacketDecryptionFailureException(String errorMessage)
-
-