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:
  • Constructor Details

    • BinaryHandlingException

      public BinaryHandlingException(String msg)
      Creates a new BinaryHandlingException.
      Parameters:
      msg - The message text
    • BinaryHandlingException

      public BinaryHandlingException(String msg, Throwable cause)
      Creates a new BinaryHandlingException.
      Parameters:
      msg - The message text
      cause - The root cause