|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.metamatrix.core.MetaMatrixCoreException
com.metamatrix.core.event.EventSourceException
public class EventSourceException
Subclasses of this exception typically only need to implement whatever constructors they need.
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 |
---|
public EventSourceException()
public EventSourceException(java.lang.String message)
message
- public EventSourceException(java.lang.Throwable e)
e
- public EventSourceException(java.lang.Throwable e, java.lang.String message)
e
- message
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |