java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccessException, ActivateFailedException, ActivityCompletedException, ActivityRequiredException, ConnectException, ConnectIOException, ExportException, InvalidActivityException, InvalidTransactionException, MarshalException, NoSuchObjectException, ServerError, ServerException, ServerRuntimeException, SkeletonMismatchException, SkeletonNotFoundException, StubNotFoundException, TransactionRequiredException, TransactionRolledbackException, UnexpectedException, UnknownHostException, UnmarshalException
- See Also:
- Top Examples, Source Code,
IllegalStateException
, Throwable.initCause(Throwable)
, Throwable.getCause()
, detail
public Throwable detail
- See Also:
Throwable.getCause()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Throwable getCause()
- See Also:
-
detail
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getMessage()
- See Also:
- Throwable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void printStackTrace()
- See Also:
System.err
, Throwable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void printStackTrace(PrintStream ps)
- See Also:
- Throwable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void printStackTrace(PrintWriter pw)
- See Also:
- Throwable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RemoteException()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RemoteException(String s)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RemoteException(String s,
Throwable cause)
- See Also:
detail
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples