com.atlassian.crowd.integration.exception
Class InvalidEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.integration.exception.InvalidEntityException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidGroupException, InvalidUserException
public class InvalidEntityException
- extends java.lang.Exception
- See Also:
- Serialized Form
| 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 |
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)
getEntity
public DirectoryEntity getEntity()
setEntity
public void setEntity(DirectoryEntity entity)
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.