ch.odi.justblog.discovery
Class DiscoveryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bych.odi.justblog.discovery.DiscoveryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidDocumentException

public class DiscoveryException
extends java.lang.Exception

Signals that discovery failed.

Author:
oglueck
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
DiscoveryException(java.lang.String message)
           
DiscoveryException(java.lang.String message, java.lang.Throwable cause)
           
DiscoveryException(java.lang.Throwable cause)
           
 
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

DiscoveryException

public DiscoveryException(java.lang.String message)
Parameters:
message -

DiscoveryException

public DiscoveryException(java.lang.String message,
                          java.lang.Throwable cause)
Parameters:
message -
cause -

DiscoveryException

public DiscoveryException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2005 Ortwin Glück. All Rights Reserved.