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
|
AuthorizeException(Throwable throwable) |
| 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(Throwable throwable)
public AuthorizeException(String message, DSpaceObject o, int a)
message - the messageo - objecta - actionIDpublic int getAction()
public DSpaceObject getObject()
Copyright © 2017 DuraSpace. All rights reserved.