nextgrid.api.ram
Class RegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nextgrid.api.pom.ProcessException
              extended by nextgrid.api.env.DiscoveryException
                  extended by nextgrid.api.ram.RegistryException
All Implemented Interfaces:
java.io.Serializable

public class RegistryException
extends DiscoveryException

Exceptions thrown by a Registry if an error occurs during a query execution.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

Constructor Summary
RegistryException(java.lang.String message)
          Creates a new instance.
RegistryException(java.lang.String message, java.lang.Throwable t)
          Creates a new instance.
 
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(java.lang.String message)
Creates a new instance.

Parameters:
message - The message text

RegistryException

public RegistryException(java.lang.String message,
                         java.lang.Throwable t)
Creates a new instance.

Parameters:
message - The message
t - The source throwable


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.