Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.model.controller.exceptions
Class CannotSuspendControllerExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.ModelException
com.ibm.portal.model.controller.exceptions.CannotSuspendControllerException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class CannotSuspendControllerException- extends ModelException
- implements Localized
This abstract exception indicates that a Controller cannot be suspended.
- Since:
- 6.1.0
- See Also:
- Serialized Form
Constructor Summary CannotSuspendControllerException()
Creates the exception.CannotSuspendControllerException(java.lang.Throwable aCause)
Creates the exception with the underlying cause.
Method Summary
Methods inherited from class com.ibm.portal.ModelException getDescription, getLocales, getLocalizedMessage, getMessage, getTitle
Methods inherited from class java.lang.Throwable fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.ibm.portal.Localized getDescription, getLocales, getTitle
Constructor Detail CannotSuspendControllerException
public CannotSuspendControllerException()
- Creates the exception.
CannotSuspendControllerException
public CannotSuspendControllerException(java.lang.Throwable aCause)
- Creates the exception with the underlying cause.
- Parameters:
- aCause - the underlying cause for the exception
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD