org.rhq.enterprise.server.resource.group.definition.exception
Class GroupDefinitionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.enterprise.server.resource.group.definition.exception.GroupDefinitionException
              extended by org.rhq.enterprise.server.resource.group.definition.exception.GroupDefinitionNotFoundException
All Implemented Interfaces:
Serializable

public class GroupDefinitionNotFoundException
extends GroupDefinitionException

See Also:
Serialized Form

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

GroupDefinitionNotFoundException

public GroupDefinitionNotFoundException()

GroupDefinitionNotFoundException

public GroupDefinitionNotFoundException(String message)

GroupDefinitionNotFoundException

public GroupDefinitionNotFoundException(Throwable cause)

GroupDefinitionNotFoundException

public GroupDefinitionNotFoundException(String message,
                                        Throwable cause)


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