com.ibm.ram.common.data.exception
Class ResourceGroupNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ram.common.data.exception.ResourceGroupNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ResourceGroupNotFoundException
extends java.lang.Exception

Thrown when a ResourceGroup cannot be found

Since:
7.1
See Also:
Serialized Form

Constructor Summary
ResourceGroupNotFoundException()
           
ResourceGroupNotFoundException(int id, java.lang.String message)
           
 
Method Summary
 int getId()
           
 java.lang.String getMessage()
           
 void setId(int id)
           
 void setMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ResourceGroupNotFoundException

public ResourceGroupNotFoundException(int id,
                                      java.lang.String message)
Since:
7.1

ResourceGroupNotFoundException

public ResourceGroupNotFoundException()
Since:
7.1
Method Detail

getId

public int getId()
Returns:
Returns the id.
Since:
7.1

setId

public void setId(int id)
Parameters:
id - The id to set.
Since:
7.1

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable
Returns:
Returns the message.
Since:
7.1

setMessage

public void setMessage(java.lang.String message)
Parameters:
message - The message to set.
Since:
7.1