com.espertech.esper.client
Class EPServiceDestroyedException

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

public class EPServiceDestroyedException
extends java.lang.RuntimeException

This exception is thrown to indicate that the EPServiceProvider (engine) instance has been destroyed.

This exception applies to destroyed engine instances when a client attempts to receive the runtime or administrative interfaces from a destroyed engine instance.

See Also:
Serialized Form

Constructor Summary
EPServiceDestroyedException(java.lang.String engineURI)
          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

EPServiceDestroyedException

public EPServiceDestroyedException(java.lang.String engineURI)
Ctor.

Parameters:
engineURI - - engine URI

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