atg.userdirectory
Class DirectoryModificationException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
atg.core.exception.ContainerException
              
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
 
 
 
 
 
| 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 | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
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