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