com.atlassian.crowd.exception
Class OperationNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.OperationFailedException
com.atlassian.crowd.exception.OperationNotSupportedException
- All Implemented Interfaces:
- java.io.Serializable
public class OperationNotSupportedException
- extends OperationFailedException
Checked exception thrown if the requested operation is not supported.
- Since:
- 2.2
- 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 |
OperationNotSupportedException
public OperationNotSupportedException()
OperationNotSupportedException
public OperationNotSupportedException(java.lang.Throwable cause)
OperationNotSupportedException
public OperationNotSupportedException(java.lang.String message)
OperationNotSupportedException
public OperationNotSupportedException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2012 Atlassian. All Rights Reserved.