com.metamatrix.core.event
Class EventBrokerException

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.EventBrokerException
All Implemented Interfaces:
java.io.Serializable

public class EventBrokerException
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
EventBrokerException()
          No-arg costructor required by Externalizable semantics
EventBrokerException(java.lang.String message)
          Construct an instance of EventBrokerException.
EventBrokerException(java.lang.Throwable e)
          Construct an instance of EventBrokerException.
EventBrokerException(java.lang.Throwable e, java.lang.String message)
          Construct an instance of EventBrokerException.
 
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

EventBrokerException

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


EventBrokerException

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

Parameters:
message -

EventBrokerException

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

Parameters:
e -

EventBrokerException

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

Parameters:
e -
message -


Copyright © 2009. All Rights Reserved.