com.sun.n1.sps.client
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.n1.sps.model.util.ClientException
              extended by com.sun.n1.sps.client.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends ClientException

A ConfigurationException results from an improper CLI directory layout or other startup problem.

See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String inMessage)
           
ConfigurationException(java.lang.String inMessage, java.lang.Throwable inCause)
           
 
Method Summary
 
Methods inherited from class com.sun.n1.sps.model.util.ClientException
printStackTrace, printStackTrace, wrap
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.String inMessage,
                              java.lang.Throwable inCause)

ConfigurationException

public ConfigurationException(java.lang.String inMessage)