org.ow2.cmi.lb
Class NoLoadBalanceableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.ow2.cmi.lb.NoLoadBalanceableException
- All Implemented Interfaces:
- java.io.Serializable
public final class NoLoadBalanceableException
- extends java.rmi.RemoteException
Thrown when no more remote object is available in the cluster for a
remote procedure call.
- Author:
- The new CMI team
- See Also:
- Serialized Form
| Fields inherited from class java.rmi.RemoteException |
detail |
| 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 |
NoLoadBalanceableException
public NoLoadBalanceableException()
- Creates an instance without argument.
NoLoadBalanceableException
public NoLoadBalanceableException(java.lang.String message)
- Creates an instance with a message.
- Parameters:
message - message
NoLoadBalanceableException
public NoLoadBalanceableException(java.lang.String msg,
java.lang.Throwable ex)
- Creates an instance with a message and an exception.
- Parameters:
msg - messageex - exception
Copyright © 2009 OW2 Consortium. All Rights Reserved.