com.atlassian.crowd.integration.exception
Class ApplicationPermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.integration.exception.CheckedSoapException
              extended by com.atlassian.crowd.integration.exception.ApplicationPermissionException
All Implemented Interfaces:
Serializable

public class ApplicationPermissionException
extends CheckedSoapException

This is Exception is thrown if an Application does not have a required permission.

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
ApplicationPermissionException()
          Default constructor.
ApplicationPermissionException(String s)
          Default constructor.
ApplicationPermissionException(String s, Throwable throwable)
          Default constructor.
ApplicationPermissionException(Throwable throwable)
          Default constructor.
 
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

ApplicationPermissionException

public ApplicationPermissionException()
Default constructor.


ApplicationPermissionException

public ApplicationPermissionException(String s)
Default constructor.

Parameters:
s - the message.

ApplicationPermissionException

public ApplicationPermissionException(String s,
                                      Throwable throwable)
Default constructor.

Parameters:
s - the message.
throwable - the Exception.

ApplicationPermissionException

public ApplicationPermissionException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2013 Atlassian. All Rights Reserved.