| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.openesb.tools.charting.exception.ChartingException
ChartingException | public class ChartingException extends Exception (Code) | | author: rdwivedi |
Method Summary | |
public String | toString() Method toString returns the description of this exception. |
ChartingException | public ChartingException()(Code) | | Constructor to create a new instance for this class. This method is
included here for the purpose of loading only.
|
ChartingException | public ChartingException(String message)(Code) | | Constructor creates a new instance of EBAMServerException
Parameters: message - is the message of this exception |
ChartingException | public ChartingException(String logCategory, String message)(Code) | | Constructs a new instance of EBAMServerException
Parameters: logCategory - signifies exceptions originating class of generation Parameters: message - contains the message of the exception |
ChartingException | public ChartingException(String message, Throwable cause)(Code) | | Constructs a new instance of EBAMServerException
Parameters: message - is the message of this exception. Parameters: cause - is the cause of this exception. |
ChartingException | public ChartingException(Throwable cause)(Code) | | Constructor creates a new instance of this class
Parameters: cause - represents the cause of this exception. |
toString | public String toString()(Code) | | Method toString returns the description of this exception.
String description of the exception |
|
|
|