public class SystemException extends NestableRuntimeException
System exceptions are always unexpected, and generally indicate that the portal is misconfigured or that a critical service is unavailable.
PortalException,
Serialized Form| Constructor and Description |
|---|
SystemException() |
SystemException(java.lang.String msg) |
SystemException(java.lang.String msg,
java.lang.Throwable cause) |
SystemException(java.lang.Throwable cause) |