org.dspace.authorize
Class AuthorizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.authorize.AuthorizeException
- All Implemented Interfaces:
- Serializable
public class AuthorizeException
- extends Exception
Exception indicating the current user of the context does not have permission
to perform a particular action.
- Version:
- $Revision: 3735 $
- Author:
- David Stuve
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthorizeException
public AuthorizeException()
- Create an empty authorize exception
AuthorizeException
public AuthorizeException(String message)
- create an exception with only a message
- Parameters:
message -
AuthorizeException
public AuthorizeException(String message,
DSpaceObject o,
int a)
- Create an authorize exception with a message
- Parameters:
message - the message
getAction
public int getAction()
getObject
public DSpaceObject getObject()
Copyright © 2010 DuraSpace. All Rights Reserved.