public class AuthorizeException extends Exception
| Constructor and Description |
|---|
AuthorizeException()
Create an empty authorize exception
|
AuthorizeException(String message)
create an exception with only a message
|
AuthorizeException(String message,
DSpaceObject o,
int a)
Create an authorize exception with a message
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAction() |
DSpaceObject |
getObject() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthorizeException()
public AuthorizeException(String message)
message - public AuthorizeException(String message, DSpaceObject o, int a)
message - the messagepublic int getAction()
public DSpaceObject getObject()
Copyright © 2015 DuraSpace. All Rights Reserved.