com.ibm.websphere.sca.context

Class NoSuchServiceException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • org.osoa.sca.ServiceRuntimeException
            • com.ibm.websphere.sca.context.NoSuchServiceException
  • All Implemented Interfaces:
    java.io.Serializable


    public class NoSuchServiceException
    extends org.osoa.sca.ServiceRuntimeException
    Exception thrown when an non existent service is requested..
    See Also:
    Serialized Form
    • 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

      • NoSuchServiceException

        public NoSuchServiceException()
        Constructs exception object.
      • NoSuchServiceException

        public NoSuchServiceException(java.lang.String reason)
        Constructs exception object.
        Parameters:
        reason - a message describing reason for.
      • NoSuchServiceException

        public NoSuchServiceException(java.lang.String reason,
                              java.lang.Throwable cause)
        Constructs exception object.
        Parameters:
        reason - a message describing reason for.
        cause - a throwable object representing cause for this exception.
      • NoSuchServiceException

        public NoSuchServiceException(java.lang.Throwable cause)
        Constructs exception object.
        Parameters:
        cause - a throwable object representing cause for this exception.
IBM WebSphere Application ServerTM
Release 8.5