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 FormConstructor and Description |
---|
SystemException() |
SystemException(String msg) |
SystemException(String msg,
Throwable cause) |
SystemException(Throwable cause) |