ch.elca.el4j.services.remoting.protocol.loadbalancing
Class NoProtocolAvailableRTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.elca.el4j.core.exceptions.BaseRTException
                  extended by ch.elca.el4j.services.remoting.protocol.loadbalancing.NoProtocolAvailableRTException
All Implemented Interfaces:
Serializable

public class NoProtocolAvailableRTException
extends BaseRTException

Exception used to notify the user that no more protocols are available.

Author:
Stefan Pleisch (SPL)
See Also:
Serialized Form
File-location:
NoProtocolAvailableRTException
Last check-in date:
2009-08-04 15:22:05 +0200 (Di, 04. Aug 2009) by swismer for revision 3881

Field Summary
 
Fields inherited from class ch.elca.el4j.core.exceptions.BaseRTException
m_message, m_messageFormatParameters
 
Constructor Summary
NoProtocolAvailableRTException(String reason)
           
 
Method Summary
 
Methods inherited from class ch.elca.el4j.core.exceptions.BaseRTException
getFormatParameters, getFormatString, getMessage, setFormatString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

NoProtocolAvailableRTException

public NoProtocolAvailableRTException(String reason)


Copyright © 2005-2011 ELCA. All Rights Reserved.