public class RemoteServiceException
extends java.lang.Exception
Constructor and Description |
---|
RemoteServiceException() |
RemoteServiceException(java.lang.String message)
Crea RemoteServiceException.
|
RemoteServiceException(java.lang.String message,
java.lang.Throwable cause)
Crea RemoteServiceException.
|
RemoteServiceException(java.lang.Throwable cause)
Crea RemoteServiceException.
|
public RemoteServiceException()
public RemoteServiceException(java.lang.String message)
message
- public RemoteServiceException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public RemoteServiceException(java.lang.Throwable cause)
cause
-