com.atlassian.crowd.integration.exception
Class InvalidAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.integration.exception.CheckedSoapException
com.atlassian.crowd.integration.exception.InvalidAuthenticationException
- All Implemented Interfaces:
- Serializable
public class InvalidAuthenticationException
- extends CheckedSoapException
Thrown when the attempted authentication is not valid.
Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility. Use the exception classes in
com.atlassian.crowd.exception instead.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidAuthenticationException
public InvalidAuthenticationException(String msg)
InvalidAuthenticationException
public InvalidAuthenticationException(String msg,
Throwable e)
Copyright © 2012 Atlassian. All Rights Reserved.