Class RemoteOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sourceforge.jbizmo.commons.transport.RemoteOperationException
-
- All Implemented Interfaces:
Serializable
public class RemoteOperationException extends RuntimeException
This class represents a general exception that is thrown if a remote method invocation has failed. The root cause of the failure can be manifold (e.g. a connection problem or another exception that has been thrown while invoking the method). This exception is especially useful if the original exception isn't available in the invoker's classpath.
Copyright 2014 (C) by Martin Ganserer
- Version:
- 1.0.0
- Author:
- Martin Ganserer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteOperationException(String message)Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RemoteOperationException
public RemoteOperationException(String message)
Constructor- Parameters:
message-
-
-