public class WlmException
extends java.lang.RuntimeException
WorkLoadManager.| Constructor and Description |
|---|
WlmException(java.lang.String message)
Constructs a
WlmException with the specified detail message. |
WlmException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
WlmException with the specified detail message and cause. |
public WlmException(java.lang.String message)
WlmException with the specified detail message.message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)public WlmException(java.lang.String message,
java.lang.Throwable cause)
WlmException with the specified detail message and cause.
Note that the detail message associated with cause is not automatically
incorporated into this exception's detail message.
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)cause - The cause (which is saved for later retrieval by the Throwable.getCause()
method). (A null value is permitted, and indicates that the cause is nonexistent or
unknown.)