com.atlassian.crowd.manager.directory
Class DirectoryManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.manager.directory.DirectoryManagerException
All Implemented Interfaces:
java.io.Serializable

public class DirectoryManagerException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DirectoryManagerException()
          Default constructor.
DirectoryManagerException(java.lang.String s)
          Default constructor.
DirectoryManagerException(java.lang.String s, java.lang.Throwable throwable)
          Default constructor.
DirectoryManagerException(java.lang.Throwable throwable)
          Default constructor.
 
Method Summary
 
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

DirectoryManagerException

public DirectoryManagerException()
Default constructor.


DirectoryManagerException

public DirectoryManagerException(java.lang.String s)
Default constructor.

Parameters:
s - the message.

DirectoryManagerException

public DirectoryManagerException(java.lang.String s,
                                 java.lang.Throwable throwable)
Default constructor.

Parameters:
s - the message.
throwable - the Exception.

DirectoryManagerException

public DirectoryManagerException(java.lang.Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.