Liferay 6.1.10-ee-ga1

com.liferay.portal.kernel.scheduler
Class SchedulerException

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.PortalException
                  extended by com.liferay.portal.kernel.scheduler.SchedulerException
All Implemented Interfaces:
Swallowable, Serializable

public class SchedulerException
extends PortalException
implements Swallowable

See Also:
Serialized Form

Constructor Summary
SchedulerException()
           
SchedulerException(String msg)
           
SchedulerException(String msg, Throwable cause)
           
SchedulerException(Throwable cause)
           
 
Method Summary
 boolean isSwallowable()
           
 void setSwallowable(boolean swallowable)
           
 
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

SchedulerException

public SchedulerException()

SchedulerException

public SchedulerException(String msg)

SchedulerException

public SchedulerException(String msg,
                          Throwable cause)

SchedulerException

public SchedulerException(Throwable cause)
Method Detail

isSwallowable

public boolean isSwallowable()
Specified by:
isSwallowable in interface Swallowable

setSwallowable

public void setSwallowable(boolean swallowable)
Specified by:
setSwallowable in interface Swallowable

Liferay 6.1.10-ee-ga1