Class JCEHandlerException

All Implemented Interfaces:
Serializable, Loggeable

public class JCEHandlerException extends SMException
Signals that a JCE Handler exception of some sort has occurred.
See Also:
  • Constructor Details

    • JCEHandlerException

      Constructs a new exception with no detail message.
    • JCEHandlerException

      Constructs a new exception with the given detail message.
      Parameters:
      s - failure description
    • JCEHandlerException

      Constructs a new exception wrapping the given cause.
      Parameters:
      e - underlying cause
    • JCEHandlerException

      Constructs a new exception with the given detail message and cause.
      Parameters:
      s - failure description
      e - underlying cause