com.liferay.portal.kernel.exception
Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.SystemException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ModelListenerException, RepositoryException, ResourceBlocksNotSupportedException, SystemException
public class SystemException
- extends NestableException
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.
- See Also:
PortalException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SystemException
public SystemException()
SystemException
public SystemException(String msg)
SystemException
public SystemException(String msg,
Throwable cause)
SystemException
public SystemException(Throwable cause)