nextgrid.api.env
Class DiscoveryException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RegistryException

public class DiscoveryException
extends ProcessException

Exception thrown during a discovery process.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

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

DiscoveryException

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

Parameters:
message - The message

DiscoveryException

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

Parameters:
message - The message
t - The source Throwable instance


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