com.espertech.esper.client
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.espertech.esper.client.EPException
                  extended by com.espertech.esper.client.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public final class ConfigurationException
extends EPException

Thrown to indicate a configuration problem.

See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String message)
          Ctor.
ConfigurationException(java.lang.String message, java.lang.Throwable cause)
          Ctor for an inner exception and message.
ConfigurationException(java.lang.Throwable cause)
          Ctor - just an inner exception.
 
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(java.lang.String message)
Ctor.

Parameters:
message - - error message

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable cause)
Ctor for an inner exception and message.

Parameters:
message - - error message
cause - - inner exception

ConfigurationException

public ConfigurationException(java.lang.Throwable cause)
Ctor - just an inner exception.

Parameters:
cause - - inner exception

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com