com.ibm.ram.common.data.exception
Class AssetTypeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ram.common.data.exception.AssetTypeNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class AssetTypeNotFoundException
- extends java.lang.Exception
Thrown when an asset type reference is not 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 |
AssetTypeNotFoundException
public AssetTypeNotFoundException()
- Since:
- 7.1
AssetTypeNotFoundException
public AssetTypeNotFoundException(java.lang.String uri,
java.lang.String message)
- Parameters:
uri - message - e - - 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
getUri
public java.lang.String getUri()
- Returns:
- Returns the uri.
- Since:
- 7.1
setUri
public void setUri(java.lang.String uri)
- Parameters:
uri - The uri to set.- Since:
- 7.1