org.systinet.wasp.webservice
Class LookupException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.systinet.wasp.webservice.LookupException
All Implemented Interfaces:
java.io.Serializable

public class LookupException
extends WrappedException

Exception thrown by lookup methods on Registry.

Since:
4.5
See Also:
Serialized Form
Component:
Core

Constructor Summary
LookupException()
          Creates a new LookupException instance.
LookupException(java.lang.String message)
          Creates a new LookupException instance.
LookupException(java.lang.String message, java.lang.Throwable reason)
          Creates a new LookupException instance.
LookupException(java.lang.Throwable reason)
          Creates a new LookupException instance.
 
Methods inherited from class org.idoox.util.WrappedException
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LookupException

public LookupException()
Creates a new LookupException instance.


LookupException

public LookupException(java.lang.String message)
Creates a new LookupException instance.

Parameters:
message - the message

LookupException

public LookupException(java.lang.String message,
                       java.lang.Throwable reason)
Creates a new LookupException instance.

Parameters:
message - the message
reason - the embedded exception

LookupException

public LookupException(java.lang.Throwable reason)
Creates a new LookupException instance.

Parameters:
reason - embedded exception