org.rhq.core.domain.resource
Class CannotConnectToAgentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rhq.core.domain.resource.CannotConnectToAgentException
- All Implemented Interfaces:
- Serializable
public class CannotConnectToAgentException
- extends RuntimeException
This exception should be throw when invoking an agent service fails because the agent is
down or otherwise unreachable. This class is defined in the in the domain module instead
of the server/jar module because it needs to be accessible by the UI.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CannotConnectToAgentException
public CannotConnectToAgentException()
CannotConnectToAgentException
public CannotConnectToAgentException(String message)
CannotConnectToAgentException
public CannotConnectToAgentException(String message,
Throwable cause)
CannotConnectToAgentException
public CannotConnectToAgentException(Throwable cause)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.