com.liferay.portal.kernel.exception
Class NestableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MailEngineException, PortalException, SystemException
public class NestableException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NestableException
public NestableException()
NestableException
public NestableException(String msg)
NestableException
public NestableException(String msg,
Throwable cause)
NestableException
public NestableException(Throwable cause)