com.espertech.esper.epl.db
Class DatabaseConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.espertech.esper.epl.db.DatabaseConfigException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseConfigException
extends java.lang.Exception

Exception to indicate that a stream name could not be resolved.

See Also:
Serialized Form

Constructor Summary
DatabaseConfigException(java.lang.String msg)
          Ctor.
DatabaseConfigException(java.lang.String message, java.lang.Throwable cause)
          Ctor.
 
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

DatabaseConfigException

public DatabaseConfigException(java.lang.String msg)
Ctor.

Parameters:
msg - - message

DatabaseConfigException

public DatabaseConfigException(java.lang.String message,
                               java.lang.Throwable cause)
Ctor.

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

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