Class SerialRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.serial.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:
  • Constructor Details

    • SerialRuntimeException

      public SerialRuntimeException(String message, Throwable cause)
      Instantiates the class SerialRuntimeException.
      Parameters:
      message - the message
      cause - the cause
      See Also:
      • AbstractRuntimeException(String, Throwable)
    • SerialRuntimeException

      public SerialRuntimeException(String message)
      Instantiates the class SerialRuntimeException.
      Parameters:
      message - the message
      See Also:
      • AbstractRuntimeException(String)
    • SerialRuntimeException

      public SerialRuntimeException(Throwable cause)
      Instantiates the class SerialRuntimeException.
      Parameters:
      cause - the cause
      See Also:
      • AbstractRuntimeException(Throwable)
    • SerialRuntimeException

      public SerialRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates the class SerialRuntimeException.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
      See Also:
      • AbstractRuntimeException(String, Throwable, String)
    • SerialRuntimeException

      public SerialRuntimeException(String aMessage, String aErrorCode)
      Instantiates the class SerialRuntimeException.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
      See Also:
      • AbstractRuntimeException(String, String)
    • SerialRuntimeException

      public SerialRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates the class SerialRuntimeException.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
      See Also:
      • AbstractRuntimeException(Throwable, String)