| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.test.processor.performance.core
|
Class MessageCenterException
|
java.lang.Throwable
|
+--java.lang.Exception
|
+--com.newstep.solid.test.processor.performance.core.MessageCenterException
All Implemented Interfaces:
Serializable
public class MessageCenterException
Exception indicating if there was a problem with the MessageCenter setup
Exceptions:
true
| Field Summary |
private final static long |
|
| Constructor Summary |
public void |
|
public void |
|
public void |
|
private final static long serialVersionUID
Serialization version ID
Final.
Multiplicity:
1
Static.
public void MessageCenterException (Throwable cause)
Constructor
Parameters:
cause Throwable that was the case of the exception
Stereotype:
create
public void MessageCenterException (String message, Throwable cause)
Constructor
Parameters:
message String with a human understandable explanation of the error
cause Throwable that was the case of the exception
Stereotype:
create
public void MessageCenterException (String message)
Constructor
Parameters:
message String with a human understandable explanation of the error
Stereotype:
create
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|