Class ClientValidationException

  • All Implemented Interfaces:
    Serializable

    public class ClientValidationException
    extends RuntimeException
    Indicates that a request was missing a client ID, the client could not be found, or the client does not allow the type of request received.
    Author:
    Nathan Moore (nathandmoore)
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientValidationException

        public ClientValidationException()
      • ClientValidationException

        public ClientValidationException​(String message)