com.atlassian.crowd.integration.exception
Class CheckedSoapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.integration.exception.CheckedSoapException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ApplicationAccessDeniedException, ApplicationPermissionException, BulkAddFailedException, ExpiredCredentialException, InactiveAccountException, InvalidAuthenticationException, InvalidAuthorizationTokenException, InvalidCredentialException, InvalidDirectoryEntityException, InvalidEmailAddressException, InvalidTokenException, ObjectNotFoundException
public abstract class CheckedSoapException
- extends java.lang.Exception
Base class of all checked SOAP exceptions.
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CheckedSoapException
public CheckedSoapException()
CheckedSoapException
public CheckedSoapException(java.lang.String s)
CheckedSoapException
public CheckedSoapException(java.lang.String s,
java.lang.Throwable throwable)
CheckedSoapException
public CheckedSoapException(java.lang.Throwable throwable)
Copyright © 2011 Atlassian. All Rights Reserved.