All Implemented Interfaces:
Serializable

public class TscException extends TenantSecurityException
Errors originating from internal TSC operations.
See Also:
  • Constructor Details

    • TscException

      public TscException(TenantSecurityErrorCodes errorCode, String errorMessage, Throwable cause)
      Create a new TscException with the provided error code and cause.
      Parameters:
      errorCode - Error code corresponding with this error.
      errorMessage - The readable error message.
      cause - The Throwable that caused this one.
    • TscException

      public TscException(TenantSecurityErrorCodes errorCode, String errorMessage)
      Create a new TscException with the provided error code.
      Parameters:
      errorCode - Error code corresponding with this error.
      errorMessage - The readable error message.
    • TscException

      public TscException(TenantSecurityErrorCodes errorCode, Throwable cause)
      Create a new TscException with the provided cause.
      Parameters:
      errorCode - Error code corresponding with this error.
      cause - The Throwable that caused this one.