com.liferay.portal
Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.SystemException
- All Implemented Interfaces:
- Serializable
Deprecated. As of 6.1.0, replaced by SystemException
public class SystemException
- extends SystemException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SystemException
public SystemException()
- Deprecated.
SystemException
public SystemException(String msg)
- Deprecated.
SystemException
public SystemException(String msg,
Throwable cause)
- Deprecated.
SystemException
public SystemException(Throwable cause)
- Deprecated.