org.jboss.soa.esb.couriers
Class CourierServiceBindException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.soa.esb.BaseException
org.jboss.soa.esb.couriers.CourierException
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
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 |
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)