com.atlassian.crowd.exception
Class InvalidEntityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.InvalidEntityException
All Implemented Interfaces:
java.io.Serializable

public class InvalidEntityException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InvalidEntityException()
           
InvalidEntityException(DirectoryEntity entity, java.lang.String message)
           
InvalidEntityException(DirectoryEntity entity, java.lang.Throwable cause)
           
InvalidEntityException(java.lang.String message, java.lang.Throwable cause, DirectoryEntity entity)
           
 
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

InvalidEntityException

public InvalidEntityException()

InvalidEntityException

public InvalidEntityException(DirectoryEntity entity,
                              java.lang.String message)

InvalidEntityException

public InvalidEntityException(DirectoryEntity entity,
                              java.lang.Throwable cause)

InvalidEntityException

public InvalidEntityException(java.lang.String message,
                              java.lang.Throwable cause,
                              DirectoryEntity entity)
Method Detail

getEntity

public DirectoryEntity getEntity()

setEntity

public void setEntity(DirectoryEntity entity)


Copyright © 2010 Atlassian. All Rights Reserved.