Class UnknownError

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.VirtualMachineError
java.lang.UnknownError
All Implemented Interfaces:
Serializable

public classUnknownErrorextendsVirtualMachineError
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
Since:
1.0
See Also:
  • Constructor Details

    • UnknownError

      public UnknownError()
      Constructs anUnknownError with no detail message.
    • UnknownError

      public UnknownError(String s)
      Constructs anUnknownError with the specified detail message.
      Parameters:
      s - the detail message.