com.espertech.esper.client
Class EPException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClassInstantiationException, CoercionException, ConfigurationException, EPDataFlowAlreadyExistsException, EPDataFlowCancellationException, EPDataFlowExecutionException, EPDataFlowInstantiationException, EPDataFlowNotFoundException, EPStatementException, EPSubscriberException, EventAdapterException, EventTypeException, IllegalStateTransitionException, InvalidContextPartitionSelector, VariableConstantValueException, VariableNotFoundException, VariableValueException

public class EPException
extends java.lang.RuntimeException

This exception is thrown to indicate a problem in administration and runtime.

See Also:
Serialized Form

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

EPException

public EPException(java.lang.String message)
Ctor.

Parameters:
message - - error message

EPException

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

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

EPException

public EPException(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