Class SystemException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessDeniedException, CTRequiredModelException, CTTransactionException, DataLimitExceededException, DuplicateExternalReferenceCodeException, ModelListenerException, RepositoryException, UnsupportedCapabilityException

public class SystemException extends NestableRuntimeException
The base class for all exceptions caused by system problems. Examples include database connection errors and file not found errors.

System exceptions are always unexpected, and generally indicate that the portal is misconfigured or that a critical service is unavailable.

Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • SystemException

      public SystemException()
    • SystemException

      public SystemException(String msg)
    • SystemException

      public SystemException(String msg, Throwable throwable)
    • SystemException

      public SystemException(Throwable throwable)