com.atlassian.crowd.integration.exception
Class InvalidDirectoryEntityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.integration.exception.CheckedSoapException
              extended by com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidGroupException, InvalidRoleException, InvalidUserException

public abstract class InvalidDirectoryEntityException
extends CheckedSoapException

Base class of directory entity (e.g. group, user, role) exceptions.

Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility. Use the exception classes in com.atlassian.crowd.exception instead.

See Also:
Serialized Form

Constructor Summary
InvalidDirectoryEntityException()
           
InvalidDirectoryEntityException(DirectoryEntity entity, String message)
           
InvalidDirectoryEntityException(DirectoryEntity entity, String message, Throwable cause)
           
InvalidDirectoryEntityException(DirectoryEntity entity, Throwable cause)
           
 
Method Summary
 DirectoryEntity getEntity()
           
 void setEntity(DirectoryEntity entity)
           
 
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

InvalidDirectoryEntityException

public InvalidDirectoryEntityException()

InvalidDirectoryEntityException

public InvalidDirectoryEntityException(DirectoryEntity entity,
                                       Throwable cause)

InvalidDirectoryEntityException

public InvalidDirectoryEntityException(DirectoryEntity entity,
                                       String message)

InvalidDirectoryEntityException

public InvalidDirectoryEntityException(DirectoryEntity entity,
                                       String message,
                                       Throwable cause)
Method Detail

setEntity

public void setEntity(DirectoryEntity entity)

getEntity

public DirectoryEntity getEntity()


Copyright © 2013 Atlassian. All Rights Reserved.