Package com.day.cq.wcm.undo
Class BinaryHandlingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.day.cq.wcm.undo.BinaryHandlingException
- All Implemented Interfaces:
Serializable
This class represents an exception while handling binary data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newBinaryHandlingException.BinaryHandlingException(String msg, Throwable cause) Creates a newBinaryHandlingException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BinaryHandlingException
Creates a newBinaryHandlingException.- Parameters:
msg- The message text
-
BinaryHandlingException
Creates a newBinaryHandlingException.- Parameters:
msg- The message textcause- The root cause
-