com.metamatrix.core.event
Class EventSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by com.metamatrix.core.event.EventSourceException
All Implemented Interfaces:
java.io.Serializable

public class EventSourceException
extends MetaMatrixCoreException

Subclasses of this exception typically only need to implement whatever constructors they need.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.core.MetaMatrixCoreException
code
 
Constructor Summary
EventSourceException()
          No-arg costructor required by Externalizable semantics
EventSourceException(java.lang.String message)
          Construct an instance of EventSourceException.
EventSourceException(java.lang.Throwable e)
          Construct an instance of EventSourceException.
EventSourceException(java.lang.Throwable e, java.lang.String message)
          Construct an instance of EventSourceException.
 
Method Summary
 
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

EventSourceException

public EventSourceException()
No-arg costructor required by Externalizable semantics


EventSourceException

public EventSourceException(java.lang.String message)
Construct an instance of EventSourceException.

Parameters:
message -

EventSourceException

public EventSourceException(java.lang.Throwable e)
Construct an instance of EventSourceException.

Parameters:
e -

EventSourceException

public EventSourceException(java.lang.Throwable e,
                            java.lang.String message)
Construct an instance of EventSourceException.

Parameters:
e -
message -


Copyright © 2009. All Rights Reserved.