Class 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 Detail

      • RESTAuthorizationException

        public RESTAuthorizationException​(String message)
      • RESTAuthorizationException

        public RESTAuthorizationException​(AuthorizeException ae)