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:
  • Constructor Details

    • RESTAuthorizationException

      public RESTAuthorizationException(String message)
    • RESTAuthorizationException

      public RESTAuthorizationException(AuthorizeException ae)