com.liferay.portal.kernel.scheduler
Class SchedulerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.scheduler.SchedulerException
- All Implemented Interfaces:
- Swallowable, java.io.Serializable
public class SchedulerException
- extends PortalException
- implements Swallowable
- Author:
- Michael C. Han, Bruno Farache
- See Also:
- Serialized Form
| 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 |
SchedulerException
public SchedulerException()
SchedulerException
public SchedulerException(java.lang.String msg)
SchedulerException
public SchedulerException(java.lang.String msg,
java.lang.Throwable cause)
SchedulerException
public SchedulerException(java.lang.Throwable cause)
isSwallowable
public boolean isSwallowable()
- Specified by:
isSwallowable in interface Swallowable
setSwallowable
public void setSwallowable(boolean swallowable)
- Specified by:
setSwallowable in interface Swallowable