Class ArmoredDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.exceptionfactory.jagged.framework.armor.ArmoredDecodingException
- All Implemented Interfaces:
Serializable
Armored Decoding Exception indicates failures while reading age encryption armored messages
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArmoredDecodingException(String message) Armored Decoding Exception with required message indicating problem detailsArmoredDecodingException(String message, Throwable cause) Armored Decoding Exception with required message indicating problem details -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArmoredDecodingException
Armored Decoding Exception with required message indicating problem details- Parameters:
message- Exception message with problem details
-
ArmoredDecodingException
Armored Decoding Exception with required message indicating problem details- Parameters:
message- Exception message with problem detailscause- Throwable cause of armored decoding failures
-