Liferay 7.0-ce-b4

com.liferay.portal
Class SystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.liferay.portal.kernel.exception.NestableRuntimeException
                  extended by com.liferay.portal.kernel.exception.SystemException
                      extended by com.liferay.portal.SystemException
All Implemented Interfaces:
Serializable

Deprecated. As of 6.1.0, replaced by SystemException

@Deprecated
public class SystemException
extends SystemException

See Also:
Serialized Form

Constructor Summary
SystemException()
          Deprecated.  
SystemException(String msg)
          Deprecated.  
SystemException(String msg, Throwable cause)
          Deprecated.  
SystemException(Throwable cause)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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()
Deprecated. 

SystemException

public SystemException(String msg)
Deprecated. 

SystemException

public SystemException(String msg,
                       Throwable cause)
Deprecated. 

SystemException

public SystemException(Throwable cause)
Deprecated. 

Liferay 7.0-ce-b4