com.ibm.ram.common.data.exception
Class ResourceGroupNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
ResourceGroupNotFoundException
public ResourceGroupNotFoundException(int id,
java.lang.String message)
- Since:
- 7.1
ResourceGroupNotFoundException
public ResourceGroupNotFoundException()
- Since:
- 7.1
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