Class AuthorizationExceptionRT

  • All Implemented Interfaces:
    Serializable

    public class AuthorizationExceptionRT
    extends RuntimeException
    Thrown when there is authorization problem, this is a runtime variant.
    Author:
    K. Benedyczak
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthorizationExceptionRT

        public AuthorizationExceptionRT​(String msg,
                                        Throwable cause)
      • AuthorizationExceptionRT

        public AuthorizationExceptionRT​(String msg)