Class UnauthorizedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.adorsys.datasafe.rest.impl.exceptions.UnauthorizedException
All Implemented Interfaces:
Serializable

@ResponseStatus(FORBIDDEN) public class UnauthorizedException extends RuntimeException
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException(String message, Throwable cause)