Package org.dspace.app.rest.exception
Class RESTAuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dspace.app.rest.exception.RESTAuthorizationException
-
- All Implemented Interfaces:
Serializable
public class RESTAuthorizationException extends RuntimeException
REST Authorization exception wrapper of the DSpace API AuthorizeException to make it unchecked- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RESTAuthorizationException(String message)RESTAuthorizationException(AuthorizeException ae)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RESTAuthorizationException
public RESTAuthorizationException(String message)
-
RESTAuthorizationException
public RESTAuthorizationException(AuthorizeException ae)
-
-