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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
AssetTypeNotFoundException()
           
AssetTypeNotFoundException(java.lang.String uri, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getUri()
           
 void setMessage(java.lang.String message)
           
 void setUri(java.lang.String uri)
           
 
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

AssetTypeNotFoundException

public AssetTypeNotFoundException()
Since:
7.1

AssetTypeNotFoundException

public AssetTypeNotFoundException(java.lang.String uri,
                                  java.lang.String message)
Parameters:
uri -
message -
e -
Since:
7.1
Method Detail

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