public class AuthorizeException
extends java.lang.Exception
| Constructor and Description |
|---|
AuthorizeException()
Create an empty authorize exception
|
AuthorizeException(java.lang.String message)
create an exception with only a message
|
AuthorizeException(java.lang.String message,
DSpaceObject o,
int a)
Create an authorize exception with a message
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAction() |
DSpaceObject |
getObject() |
public AuthorizeException()
public AuthorizeException(java.lang.String message)
message - public AuthorizeException(java.lang.String message,
DSpaceObject o,
int a)
message - the messagepublic int getAction()
public DSpaceObject getObject()
Copyright © 2018 DuraSpace. All Rights Reserved.