IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sca
Class ServiceUnwiredReferenceRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.websphere.sca.ServiceRuntimeException
                  extended by com.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.
 
Method Summary
 
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).

IBM WebSphere Application ServerTM
Release 7