com.atlassian.crowd.exception
Class OperationNotPermittedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.CrowdException
              extended by com.atlassian.crowd.exception.OperationNotPermittedException
All Implemented Interfaces:
Serializable

public class OperationNotPermittedException
extends CrowdException

Thrown when the operation is not permitted.

See Also:
Serialized Form

Constructor Summary
OperationNotPermittedException()
           
OperationNotPermittedException(String message)
           
OperationNotPermittedException(String message, Throwable cause)
           
OperationNotPermittedException(Throwable cause)
           
 
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

OperationNotPermittedException

public OperationNotPermittedException()

OperationNotPermittedException

public OperationNotPermittedException(String message)

OperationNotPermittedException

public OperationNotPermittedException(String message,
                                      Throwable cause)

OperationNotPermittedException

public OperationNotPermittedException(Throwable cause)


Copyright © 2015 Atlassian. All Rights Reserved.