com.atlassian.crowd.integration.exception
Class CheckedSoapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.integration.exception.CheckedSoapException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ApplicationAccessDeniedException, ApplicationPermissionException, BulkAddFailedException, InvalidAuthorizationTokenException, InvalidEmailAddressException, InvalidTokenException

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

Constructor Summary
CheckedSoapException()
           
CheckedSoapException(java.lang.String s)
           
CheckedSoapException(java.lang.String s, java.lang.Throwable throwable)
           
CheckedSoapException(java.lang.Throwable throwable)
           
 
Method Summary
 
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
 

Constructor Detail

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 © 2010 Atlassian. All Rights Reserved.