Class UnauthorizedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.unosquare.carmigo.exception.UnauthorizedException
All Implemented Interfaces:
Serializable

public class UnauthorizedException extends RuntimeException
Triggers when a user does not have permissions to perform an action.
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException(String message)