Liferay 6.0.5

com.liferay.portal.kernel.exception
Class SystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.SystemException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModelListenerException, NtlmLogonException, PluginPackageException, 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

Constructor Summary
SystemException()
           
SystemException(String msg)
           
SystemException(String msg, Throwable cause)
           
SystemException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemException

public SystemException()

SystemException

public SystemException(String msg)

SystemException

public SystemException(String msg,
                       Throwable cause)

SystemException

public SystemException(Throwable cause)

Liferay 6.0.5