nl.hippo.client.api
Class ClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.hippo.client.api.ClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CollectionNotFoundException, DocumentNotFoundException

public class ClientException
extends Exception

See Also:
Serialized Form

Constructor Summary
ClientException(String msg)
           
ClientException(String msg, Exception cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientException

public ClientException(String msg)

ClientException

public ClientException(String msg,
                       Exception cause)


Copyright © 2006-2009 Hippo. All Rights Reserved.