Class SystemException
Object
Throwable
Exception
RuntimeException
com.liferay.portal.kernel.exception.NestableRuntimeException
com.liferay.portal.kernel.exception.SystemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessDeniedException
,CTRequiredModelException
,CTTransactionException
,DataLimitExceededException
,DuplicateExternalReferenceCodeException
,ModelListenerException
,RepositoryException
,UnsupportedCapabilityException
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 Summary
ConstructorsConstructorDescriptionSystemException
(String msg) SystemException
(String msg, Throwable throwable) SystemException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SystemException
public SystemException() -
SystemException
-
SystemException
-
SystemException
-