|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.ptp.rdt.sync.core.exceptions.RemoteExecutionException
public class RemoteExecutionException
Used for cases when a remote command fails. If it fails with an unexpected non-zero exit code, include the error message in the exception. If failure is indicated by another exception, nest the other exception and include its error message.
| Constructor Summary | |
|---|---|
RemoteExecutionException()
Create a new instance of a RemoteExecutionException |
|
RemoteExecutionException(String message)
Create a new instance of a RemoteExecutionException |
|
RemoteExecutionException(String message,
Throwable cause)
Create a new instance of a RemoteExecutionException |
|
RemoteExecutionException(Throwable cause)
Create a new instance of a RemoteExecutionException |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteExecutionException()
public RemoteExecutionException(String message)
message - detail message
public RemoteExecutionException(String message,
Throwable cause)
message - detail messagecause - the causepublic RemoteExecutionException(Throwable cause)
cause - the cause
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||