Class UnknownClientException

  • All Implemented Interfaces:
    Serializable

    public class UnknownClientException
    extends GeneralException
    Thrown when an attempt has been made to retrieve a non-existent client.

    Created by Jeff Gaynor
    on 6/27/12 at 12:24 PM

    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownClientException

        public UnknownClientException()
      • UnknownClientException

        public UnknownClientException​(String message,
                                      Identifier identifier)
      • UnknownClientException

        public UnknownClientException​(Throwable cause)
      • UnknownClientException

        public UnknownClientException​(String message)
      • UnknownClientException

        public UnknownClientException​(String message,
                                      Throwable cause)
    • Method Detail

      • getIdentifier

        public Identifier getIdentifier()
      • setIdentifier

        public void setIdentifier​(Identifier identifier)