public class RemoteServiceException extends Exception
| Constructor and Description |
|---|
RemoteServiceException() |
RemoteServiceException(String message)
Crea RemoteServiceException.
|
RemoteServiceException(String message,
Throwable cause)
Crea RemoteServiceException.
|
RemoteServiceException(Throwable cause)
Crea RemoteServiceException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RemoteServiceException()
public RemoteServiceException(String message)
message - public RemoteServiceException(String message, Throwable cause)
message - cause - public RemoteServiceException(Throwable cause)
cause -