org.objectweb.carol.cmi
Class NoServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.objectweb.carol.cmi.NoServerException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoServerException
- extends java.rmi.RemoteException
Thrown when no more remote object is available in the cluster for a
remote procedure call.
- Author:
- Simon Nieuviarts
- See Also:
- Serialized Form
Fields inherited from class java.rmi.RemoteException |
detail |
Constructor Summary |
NoServerException()
Creates an instance without argument |
NoServerException(java.lang.String message)
Creates an instance with a message |
NoServerException(java.lang.String msg,
java.lang.Throwable ex)
Creates an instance with a message and an exception |
Methods inherited from class java.rmi.RemoteException |
getCause, getMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoServerException
public NoServerException()
- Creates an instance without argument
NoServerException
public NoServerException(java.lang.String message)
- Creates an instance with a message
- Parameters:
message
- message
NoServerException
public NoServerException(java.lang.String msg,
java.lang.Throwable ex)
- Creates an instance with a message and an exception
- Parameters:
msg
- messageex
- exception