com.atlassian.crowd.exception
Class OperationNotPermittedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationNotPermittedException
public OperationNotPermittedException()
OperationNotPermittedException
public OperationNotPermittedException(String message)
OperationNotPermittedException
public OperationNotPermittedException(String message,
Throwable cause)
OperationNotPermittedException
public OperationNotPermittedException(Throwable cause)
Copyright © 2013 Atlassian. All Rights Reserved.