atg.userdirectory
Class DirectoryModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.userdirectory.DirectoryModificationException
All Implemented Interfaces:
ContainableException, java.io.Serializable
Direct Known Subclasses:
RoleNotAssignableException

public class DirectoryModificationException
extends ContainerException

An exception representing a failure to modify a UserDirectory, and which may contains a source exception.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
DirectoryModificationException()
          Constructs a new DirectoryModificationException.
DirectoryModificationException(java.lang.String why)
          Constructs a new DirectoryModificationException.
DirectoryModificationException(java.lang.Throwable pSourceException)
          Constructs a new DirectoryModificationException.
 
Method Summary
 
Methods inherited from class atg.core.exception.ContainerException
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

DirectoryModificationException

public DirectoryModificationException()
Constructs a new DirectoryModificationException.


DirectoryModificationException

public DirectoryModificationException(java.lang.String why)
Constructs a new DirectoryModificationException.

Parameters:
why - Explanation for throwing this exception.

DirectoryModificationException

public DirectoryModificationException(java.lang.Throwable pSourceException)
Constructs a new DirectoryModificationException.

Parameters:
pSourceException - the initial exception which was the root cause of the problem