org.rhq.enterprise.communications.command.server.discovery
Class AutoDiscoveryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.enterprise.communications.command.server.discovery.AutoDiscoveryException
All Implemented Interfaces:
Serializable

public class AutoDiscoveryException
extends Exception

Exception that occurs with auto-discovery.

Author:
John Mazzitelli
See Also:
Serialized Form

Constructor Summary
AutoDiscoveryException()
          Constructor for AutoDiscoveryException.
AutoDiscoveryException(String message)
          Constructor for AutoDiscoveryException.
AutoDiscoveryException(String message, Throwable cause)
          Constructor for AutoDiscoveryException.
AutoDiscoveryException(Throwable cause)
          Constructor for AutoDiscoveryException.
 
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

AutoDiscoveryException

public AutoDiscoveryException()
Constructor for AutoDiscoveryException.


AutoDiscoveryException

public AutoDiscoveryException(String message)
Constructor for AutoDiscoveryException.

Parameters:
message -

AutoDiscoveryException

public AutoDiscoveryException(Throwable cause)
Constructor for AutoDiscoveryException.

Parameters:
cause -

AutoDiscoveryException

public AutoDiscoveryException(String message,
                              Throwable cause)
Constructor for AutoDiscoveryException.

Parameters:
message -
cause -


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.