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
public class BinaryHandlingException extends Exception
This class represents an exception while handling binary data.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryHandlingException(String msg)
Creates 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 Detail
-
BinaryHandlingException
public BinaryHandlingException(String msg)
Creates a newBinaryHandlingException
.- Parameters:
msg
- The message text
-
-