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.


Copyright © 2007 BEA Systems All Rights Reserved.