public class InvalidUserException extends InvalidDirectoryEntityException
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 |
---|
InvalidUserException() |
InvalidUserException(DirectoryEntity user,
String message) |
InvalidUserException(DirectoryEntity user,
String message,
Throwable cause) |
InvalidUserException(DirectoryEntity user,
Throwable cause) |
getEntity, setEntity
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidUserException()
public InvalidUserException(DirectoryEntity user, Throwable cause)
public InvalidUserException(DirectoryEntity user, String message)
public InvalidUserException(DirectoryEntity user, String message, Throwable cause)
Copyright © 2021 Atlassian. All rights reserved.