Liferay 6.1.2-ce-ga3

com.liferay.portal
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
                  extended by com.liferay.portal.SystemException
All Implemented Interfaces:
Serializable

Deprecated. SystemException

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
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()
Deprecated. 

SystemException

public SystemException(String msg)
Deprecated. 

SystemException

public SystemException(String msg,
                       Throwable cause)
Deprecated. 

SystemException

public SystemException(Throwable cause)
Deprecated. 

Liferay 6.1.2-ce-ga3