com.atlassian.crowd.integration.exception
Class InvalidUserException

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

public class InvalidUserException
extends InvalidEntityException

See Also:
Serialized Form

Constructor Summary
InvalidUserException()
           
InvalidUserException(DirectoryEntity entity, java.lang.Throwable cause)
           
InvalidUserException(User user, java.lang.String message)
           
InvalidUserException(User user, java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.integration.exception.InvalidEntityException
getEntity, setEntity
 
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

InvalidUserException

public InvalidUserException()

InvalidUserException

public InvalidUserException(User user,
                            java.lang.String message,
                            java.lang.Throwable cause)

InvalidUserException

public InvalidUserException(User user,
                            java.lang.String message)

InvalidUserException

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


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.