com.ibm.websphere.sca
Class ServiceUnwiredReferenceRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ibm.websphere.sca.ServiceRuntimeException
                  extended bycom.ibm.websphere.sca.ServiceUnwiredReferenceRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ServiceUnwiredReferenceRuntimeException
extends ServiceRuntimeException

Exception used to indicate that an SCA reference used to invoke a service is not wired.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
ServiceUnwiredReferenceRuntimeException()
          Constructs a new ServiceUnwiredReferenceRuntimeException.
ServiceUnwiredReferenceRuntimeException(java.lang.String message)
          Constructs a new ServiceUnwiredReferenceRuntimeException with the specified detail message.
 
Methods inherited from class com.ibm.websphere.sca.ServiceRuntimeException
addServiceContext, getServiceContext, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

ServiceUnwiredReferenceRuntimeException

public ServiceUnwiredReferenceRuntimeException()
Constructs a new ServiceUnwiredReferenceRuntimeException.


ServiceUnwiredReferenceRuntimeException

public ServiceUnwiredReferenceRuntimeException(java.lang.String message)
Constructs a new ServiceUnwiredReferenceRuntimeException with the specified detail message.

Parameters:
message - The detail message (which is saved to later retrieval by the getMessage() method).