com.atlassian.crowd.exception
Class OperationNotSupportedException

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.OperationFailedException
                  extended by com.atlassian.crowd.exception.OperationNotSupportedException
All Implemented Interfaces:
Serializable

public class OperationNotSupportedException
extends OperationFailedException

Checked exception thrown if the requested operation is not supported.

Since:
2.2
See Also:
Serialized Form

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

OperationNotSupportedException

public OperationNotSupportedException()

OperationNotSupportedException

public OperationNotSupportedException(Throwable cause)

OperationNotSupportedException

public OperationNotSupportedException(String message)

OperationNotSupportedException

public OperationNotSupportedException(String message,
                                      Throwable cause)


Copyright © 2013 Atlassian. All Rights Reserved.