|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.sca.ServiceRuntimeException
com.ibm.websphere.sca.ServiceUnwiredReferenceRuntimeException
public class ServiceUnwiredReferenceRuntimeException
Exception used to indicate that an SCA reference used to invoke a service is not wired.
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 |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public ServiceUnwiredReferenceRuntimeException()
public ServiceUnwiredReferenceRuntimeException(java.lang.String message)
message
- The detail message (which is saved to later retrieval by the getMessage() method).
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |