Class UnauthorizedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.web.ErrorResponseException
org.springframework.web.server.ResponseStatusException
com.alpaca.exception.UnauthorizedException
All Implemented Interfaces:
Serializable, org.springframework.web.ErrorResponse

public class UnauthorizedException extends org.springframework.web.server.ResponseStatusException
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException(String message)