public class InsufficientInformationException
extends java.lang.IllegalStateException
| Constructor and Description |
|---|
InsufficientInformationException(java.lang.String detailMessage)
Constructs a new
InsufficientInformationException with its stack trace and detail
message filled in. |
InsufficientInformationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance of this class with detail message and cause filled in.
|
InsufficientInformationException(java.lang.Throwable cause)
Constructs a new instance of this class with its detail cause filled in.
|
public InsufficientInformationException(java.lang.String detailMessage)
InsufficientInformationException with its stack trace and detail
message filled in.detailMessage - the detail message for this exception.public InsufficientInformationException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message for the exception.cause - The detail cause for the exception.public InsufficientInformationException(java.lang.Throwable cause)
cause - The detail cause for the exception.