public class InactiveAccountException 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 |
---|
InactiveAccountException(String message,
Throwable e) |
InactiveAccountException(User user) |
InactiveAccountException(User user,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
User |
getUser() |
void |
setUser(User user) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InactiveAccountException(User user)
Copyright © 2020 Atlassian. All rights reserved.