Class IllegalAuthority

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalHostAndPort

public class IllegalAuthority extends IllegalUriPart
See Also:
  • Constructor Details

    • IllegalAuthority

      public IllegalAuthority(String authority)
    • IllegalAuthority

      public IllegalAuthority(String authority, String message)
    • IllegalAuthority

      public IllegalAuthority(String authority, IllegalUriPart cause)
    • IllegalAuthority

      public IllegalAuthority(String authority, String message, @Nullable IllegalUriPart cause)