com.ibm.portal.model.controller.exceptions
Class CannotModifyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.ModelException
              extended by com.ibm.portal.model.controller.exceptions.CannotModifyException
All Implemented Interfaces:
Localized, java.io.Serializable
Direct Known Subclasses:
CannotModifyPropertyException

public abstract class CannotModifyException
extends ModelException
implements Localized

This abstract exception is a base class for all exceptions concerning modifications.

Since:
6.1.0
See Also:
Serialized Form

Constructor Summary
CannotModifyException()
          Creates the exception.
CannotModifyException(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

CannotModifyException

public CannotModifyException()
Creates the exception.


CannotModifyException

public CannotModifyException(java.lang.Throwable aCause)
Creates the exception with the underlying cause.

Parameters:
aCause - the underlying cause for the exception