net.esper.eql.db
Class DatabaseConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.esper.eql.db.DatabaseConfigException
- All Implemented Interfaces:
- Serializable
public class DatabaseConfigException
- extends Exception
Exception to indicate that a stream name could not be resolved.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatabaseConfigException
public DatabaseConfigException(String msg)
- Ctor.
- Parameters:
msg
- - message
DatabaseConfigException
public DatabaseConfigException(String message,
Throwable cause)
- Ctor.
- Parameters:
message
- - error messagecause
- - cause is the inner exception