org.apache.wink.client
Class ClientConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.wink.client.ClientConfigException
All Implemented Interfaces:
java.io.Serializable

public class ClientConfigException
extends java.lang.RuntimeException

Exception that is thrown for illegal configuration operations

See Also:
Serialized Form

Constructor Summary
ClientConfigException()
           
ClientConfigException(java.lang.String message)
           
ClientConfigException(java.lang.String message, java.lang.Throwable cause)
           
ClientConfigException(java.lang.Throwable 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientConfigException

public ClientConfigException()

ClientConfigException

public ClientConfigException(java.lang.String message,
                             java.lang.Throwable cause)

ClientConfigException

public ClientConfigException(java.lang.String message)

ClientConfigException

public ClientConfigException(java.lang.Throwable cause)


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.