Class SerialRuntimeException

  • All Implemented Interfaces:
    Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

    public class SerialRuntimeException
    extends org.refcodes.exception.AbstractRuntimeException
    Base runtime exception for this package.
    See Also:
    Serialized Form
    • Constructor Detail

      • SerialRuntimeException

        public SerialRuntimeException​(String message,
                                      Throwable cause)
      • SerialRuntimeException

        public SerialRuntimeException​(String message)
      • SerialRuntimeException

        public SerialRuntimeException​(Throwable cause)
      • SerialRuntimeException

        public SerialRuntimeException​(String aMessage,
                                      Throwable aCause,
                                      String aErrorCode)
      • SerialRuntimeException

        public SerialRuntimeException​(String aMessage,
                                      String aErrorCode)
      • SerialRuntimeException

        public SerialRuntimeException​(Throwable aCause,
                                      String aErrorCode)