org.apache.lucene.gdata.server.registry
Class RegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lucene.gdata.server.registry.RegistryException
All Implemented Interfaces:
Serializable

public class RegistryException
extends Exception

This exception is thrown by the GDataServerRegistry if registering a service or a component fails.

Author:
Simon Willnauer
See Also:
Serialized Form

Constructor Summary
RegistryException()
          Constructs a new Registry Exception.
RegistryException(String arg0)
          Constructs a new Registry Exception with the specified detail message.
RegistryException(String arg0, Throwable arg1)
          Constructs a new Registry Exception with the specified detail message and nested exception.
RegistryException(Throwable arg0)
          Constructs a new Registry Exception with a nested exception.
 
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

RegistryException

public RegistryException()
Constructs a new Registry Exception.


RegistryException

public RegistryException(String arg0)
Constructs a new Registry Exception with the specified detail message.

Parameters:
arg0 - - detail message

RegistryException

public RegistryException(String arg0,
                         Throwable arg1)
Constructs a new Registry Exception with the specified detail message and nested exception.

Parameters:
arg0 - - detail message
arg1 - - nested exception

RegistryException

public RegistryException(Throwable arg0)
Constructs a new Registry Exception with a nested exception.

Parameters:
arg0 - - nested exception


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.