Class DiscoveryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DiscoveryException
    extends java.lang.RuntimeException
    An exception that is thrown only if a suitable service instance cannot be created by ServiceFactory.
    Version:
    $Revision: 1088947 $ $Date: 2011-04-05 11:51:19 +0200 (Tue, 05 Apr 2011) $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DiscoveryException()
      Construct a new exception with null as its detail message.
      DiscoveryException​(java.lang.String message)
      Construct a new exception with the specified detail message.
      DiscoveryException​(java.lang.String message, java.lang.Throwable cause)
      Construct a new exception with the specified detail message and cause.
      DiscoveryException​(java.lang.Throwable cause)
      Construct a new exception with the specified cause and a derived detail message.
    • 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

      • DiscoveryException

        public DiscoveryException()
        Construct a new exception with null as its detail message.
      • DiscoveryException

        public DiscoveryException​(java.lang.String message)
        Construct a new exception with the specified detail message.
        Parameters:
        message - The detail message
      • DiscoveryException

        public DiscoveryException​(java.lang.Throwable cause)
        Construct a new exception with the specified cause and a derived detail message.
        Parameters:
        cause - The underlying cause
      • DiscoveryException

        public DiscoveryException​(java.lang.String message,
                                  java.lang.Throwable cause)
        Construct a new exception with the specified detail message and cause.
        Parameters:
        message - The detail message
        cause - The underlying cause