Class SBRuntimeException

All Implemented Interfaces:
Serializable

public final class SBRuntimeException extends SBException
The set of runtime exceptions.
See Also:
  • Constructor Details

    • SBRuntimeException

      public SBRuntimeException(SBErrorCode inErrorCode, String message)
      Construct an exception.
      Parameters:
      inErrorCode - The error code
      message - The error message
    • SBRuntimeException

      public SBRuntimeException(SBErrorCode inErrorCode, String message, Throwable cause)
      Construct an exception.
      Parameters:
      inErrorCode - The error code
      message - The error message
      cause - The cause
    • SBRuntimeException

      public SBRuntimeException(SBErrorCode inErrorCode, Throwable cause)
      Construct an exception.
      Parameters:
      inErrorCode - The error code
      cause - The cause