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, setEntityaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidUserException()
public InvalidUserException(DirectoryEntity user, Throwable cause)
public InvalidUserException(DirectoryEntity user, String message)
public InvalidUserException(DirectoryEntity user, String message, Throwable cause)
Copyright © 2023 Atlassian. All rights reserved.