org.ow2.cmi.lb
Class NoLoadBalanceableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by 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

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
NoLoadBalanceableException()
          Creates an instance without argument.
NoLoadBalanceableException(java.lang.String message)
          Creates an instance with a message.
NoLoadBalanceableException(java.lang.String msg, java.lang.Throwable ex)
          Creates an instance with a message and an exception.
 
Method Summary
 
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
 

Constructor Detail

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 - message
ex - exception


Copyright © 2009 OW2 Consortium. All Rights Reserved.