Class JsonCanonicalizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.signing.JsonCanonicalizationException
-
- All Implemented Interfaces:
Serializable
public class JsonCanonicalizationException extends Exception
Thrown when the transformation of a JSON string to canonical form fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonCanonicalizationException(String message)
JsonCanonicalizationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-