|
|
Exception Description
|
|
|
Thrown when an unknown but serious exception has occurred in the
Java Virtual Machine.
|
Class Variables
|
|
|
None declared in this exception.
|
Instance Variables
|
|
|
None declared in this exception.
|
Constructors
|
|
|
UnknownError
public UnknownError(
)
Constructs an UnknownError with no detail message.
UnknownError
public UnknownError(
String s
)
Constructs an UnknownError with the specified detail
message.
|
Class Methods
|
|
|
None declared in this exception.
|
Instance Methods
|
|
|
None declared in this exception.
|
|
|