public class PlotException
extends java.lang.Exception
Dynamically plotting service component exception information.
| Constructor and Description | 
|---|
| PlotException()Default constructor. | 
| PlotException(java.lang.String message)Constructs a new exception with specified details. | 
| PlotException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with specified details and causes. | 
| PlotException(java.lang.Throwable cause)Constructs a new exception with causes. | 
public PlotException()
public PlotException(java.lang.String message)
message - detailed message.
public PlotException(java.lang.String message,
             java.lang.Throwable cause)
message - detailed message.cause - The cause.public PlotException(java.lang.Throwable cause)
cause - The cause.