public abstract class InvalidDirectoryEntityException extends CheckedSoapException
Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility. Use the exception classes in com.atlassian.crowd.exception instead.
Constructor and Description |
---|
InvalidDirectoryEntityException() |
InvalidDirectoryEntityException(DirectoryEntity entity,
String message) |
InvalidDirectoryEntityException(DirectoryEntity entity,
String message,
Throwable cause) |
InvalidDirectoryEntityException(DirectoryEntity entity,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
DirectoryEntity |
getEntity() |
void |
setEntity(DirectoryEntity entity) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidDirectoryEntityException()
public InvalidDirectoryEntityException(DirectoryEntity entity, Throwable cause)
public InvalidDirectoryEntityException(DirectoryEntity entity, String message)
public InvalidDirectoryEntityException(DirectoryEntity entity, String message, Throwable cause)
public void setEntity(DirectoryEntity entity)
public DirectoryEntity getEntity()
Copyright © 2020 Atlassian. All rights reserved.