com.atlassian.crowd.integration.directory.monitor
Class DirectoryMonitorCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.integration.directory.monitor.DirectoryMonitorCreationException
All Implemented Interfaces:
java.io.Serializable

public class DirectoryMonitorCreationException
extends java.lang.Exception

Signifies an error during the creation of a DirectoryMonitor instance.

See Also:
Serialized Form

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

DirectoryMonitorCreationException

public DirectoryMonitorCreationException()

DirectoryMonitorCreationException

public DirectoryMonitorCreationException(java.lang.String s)

DirectoryMonitorCreationException

public DirectoryMonitorCreationException(java.lang.String s,
                                         java.lang.Throwable throwable)

DirectoryMonitorCreationException

public DirectoryMonitorCreationException(java.lang.Throwable throwable)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.