public class RemoteExecutionException extends Exception
| Constructor and Description |
|---|
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
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RemoteExecutionException()
public RemoteExecutionException(String message)
message - detail messagepublic RemoteExecutionException(String message, Throwable cause)
message - detail messagecause - the causepublic RemoteExecutionException(Throwable cause)
cause - the causeCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.