Class NoServiceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoServiceException
    extends java.lang.Exception
    Exception to throw to signal that there is no service bound to a particular method on a particular endpoint.
    Author:
    Alex Kalderimis
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • NoServiceException

        public NoServiceException()