Package hamsam.exception

Provides exception classes that are thrown by the Hamsam API.

See:
          Description

Exception Summary
HamsamException HamsamException is the superclass of all exceptions thrown by the Hamsam API.
IllegalArgumentException Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalStateException Signals that a method has been invoked at an illegal or inappropriate time.
UnsupportedOperationException Thrown to indicate that the requested operation is not supported.
 

Package hamsam.exception Description

Provides exception classes that are thrown by the Hamsam API. When writing a Hamsam client, you will have to catch the exceptions defined in this class.