org.rhq.enterprise.server.operation
Class OperationDefinitionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.enterprise.server.operation.OperationDefinitionNotFoundException
All Implemented Interfaces:
Serializable

public class OperationDefinitionNotFoundException
extends Exception

See Also:
Serialized Form

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

OperationDefinitionNotFoundException

public OperationDefinitionNotFoundException()

OperationDefinitionNotFoundException

public OperationDefinitionNotFoundException(String message)

OperationDefinitionNotFoundException

public OperationDefinitionNotFoundException(Throwable cause)

OperationDefinitionNotFoundException

public OperationDefinitionNotFoundException(String message,
                                            Throwable cause)


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