Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: 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
MessageCenterException(Throwable cause)
public void
MessageCenterException(String message, Throwable cause)
public void
MessageCenterException(String message)
Field Detail
serialVersionUID
private final static long serialVersionUID
Serialization version ID
Final.
Multiplicity:
1
Static.
 
Constructor Detail
MessageCenterException
public void MessageCenterException (Throwable cause)
 
Constructor
Parameters:
cause Throwable that was the case of the exception
Stereotype:
create
 

MessageCenterException
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
 

MessageCenterException
public void MessageCenterException (String message)
 
Constructor
Parameters:
message String with a human understandable explanation of the error
Stereotype:
create
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD