org.jboss.soa.esb.couriers
Class CourierServiceBindException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.BaseException
              extended by org.jboss.soa.esb.couriers.CourierException
                  extended by org.jboss.soa.esb.couriers.CourierServiceBindException
All Implemented Interfaces:
java.io.Serializable

public class CourierServiceBindException
extends CourierException

An error happened during the service bind or look-up. This could be while communicating with the Registry or afterwards, while trying to set up (or bind to) the specific service.

Since:
Version 4.2.1CP2
See Also:
Serialized Form

Constructor Summary
CourierServiceBindException(java.lang.String message)
          Construct an exception instance.
CourierServiceBindException(java.lang.String message, java.lang.Throwable cause)
           
CourierServiceBindException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

CourierServiceBindException

public CourierServiceBindException(java.lang.String message)
Construct an exception instance.

Parameters:
message - Exception message.

CourierServiceBindException

public CourierServiceBindException(java.lang.String message,
                                   java.lang.Throwable cause)

CourierServiceBindException

public CourierServiceBindException(java.lang.Throwable cause)