Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1.6.3)

E14303-10
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.eventstore
Class EventStoreException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.wlevs.eventstore.EventStoreException
Direct Known Subclasses:
DuplicateProviderNameException, NoSuitableProviderException, PolicyValidationException

public class EventStoreException
extends java.lang.Exception

A generic exception raised by the Event Store API.

See Also:
Serialized Form

Constructor Summary
EventStoreException()
          Creates an exception with no message or cause.
EventStoreException(java.lang.String message)
          Creates an exception having the specified message.
EventStoreException(java.lang.String message, java.lang.Throwable cause)
          Creates an exception having the specified message and cause.
EventStoreException(java.lang.Throwable cause)
          Creates an exception having the specified cause.

 

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

EventStoreException

public EventStoreException()
Creates an exception with no message or cause.

EventStoreException

public EventStoreException(java.lang.Throwable cause)
Creates an exception having the specified cause.

EventStoreException

public EventStoreException(java.lang.String message)
Creates an exception having the specified message.

EventStoreException

public EventStoreException(java.lang.String message,
                           java.lang.Throwable cause)
Creates an exception having the specified message and cause.

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2012 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD