public class RemoteOperationException extends RuntimeException
General exception for rich-clients that invoke remote services. If a remote invocation fails and the original exception thrown by the server is not known by the client application this exception should be returned.
Copyright 2014 (C) Martin Ganserer
| Constructor and Description |
|---|
RemoteOperationException(String message)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RemoteOperationException(String message)
message - Copyright © 2015. All rights reserved.