com.sun.jdi
Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdi.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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InternalException
public InternalException()
InternalException
public InternalException(String s)
InternalException
public InternalException(int errorCode)
InternalException
public InternalException(String s,
int errorCode)
errorCode
public int errorCode()