public class RemoteExecutionException
extends java.lang.Exception
| Constructor and Description |
|---|
RemoteExecutionException()
Create a new instance of a RemoteExecutionException
|
RemoteExecutionException(java.lang.String message)
Create a new instance of a RemoteExecutionException
|
RemoteExecutionException(java.lang.String message,
java.lang.Throwable cause)
Create a new instance of a RemoteExecutionException
|
RemoteExecutionException(java.lang.Throwable cause)
Create a new instance of a RemoteExecutionException
|
public RemoteExecutionException()
public RemoteExecutionException(java.lang.String message)
message - detail messagepublic RemoteExecutionException(java.lang.String message,
java.lang.Throwable cause)
message - detail messagecause - the causepublic RemoteExecutionException(java.lang.Throwable cause)
cause - the causeCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.