com.sas.hls.client.exception
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sas.hls.client.exception.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends RuntimeException

Exception thrown when a configuration error is detected. See the message text for more specifics.

See Also:
Serialized Form

Constructor Summary
ConfigurationException(String message)
          Constructs a ConfigurationException with the specified message.
ConfigurationException(String message, Throwable cause)
          Constructs a ConfigurationException with the specified message and root 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

ConfigurationException

public ConfigurationException(String message)
Constructs a ConfigurationException with the specified message.

Parameters:
message - the detailed message

ConfigurationException

public ConfigurationException(String message,
                              Throwable cause)
Constructs a ConfigurationException with the specified message and root cause.

Parameters:
message - the detailed message
cause -


Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA