Module jdk.jdi
Package com.sun.jdi

Class InternalException

All Implemented Interfaces:
Serializable

public class InternalException extends RuntimeException
Thrown to indicate that an unexpected internal error has occurred.
Since:
1.3
See Also:
  • Constructor Details

    • InternalException

      public InternalException()
    • InternalException

      public InternalException(String s)
    • InternalException

      public InternalException(int errorCode)
    • InternalException

      public InternalException(String s, int errorCode)
  • Method Details

    • errorCode

      public int errorCode()