public class IllegalModeException extends RuntimeException
Constructor and Description |
---|
IllegalModeException()
Constructs a new instance of this class with its stack trace filled in.
|
IllegalModeException(String detailMessage)
Constructs a new instance of this class with its stack trace and message
filled in.
|
public IllegalModeException()
public IllegalModeException(String detailMessage)
detailMessage
- String
The detail message for the exception.