com.ibm.ram.client
Class RCAssetNotFoundException

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

public class RCAssetNotFoundException
extends RAMRuntimeException

Since:
7.5.1.1
See Also:
Serialized Form

Constructor Summary
RCAssetNotFoundException(java.lang.String message)
           
RCAssetNotFoundException(java.lang.String message, boolean suppressTrace)
           
RCAssetNotFoundException(java.lang.String message, java.lang.Throwable cause, boolean suppressTrace)
           
 
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

RCAssetNotFoundException

public RCAssetNotFoundException(java.lang.String message)
Parameters:
message -
Since:
7.5.1.1

RCAssetNotFoundException

public RCAssetNotFoundException(java.lang.String message,
                                boolean suppressTrace)
Parameters:
message -
suppressTrace -
Since:
7.5.1.1

RCAssetNotFoundException

public RCAssetNotFoundException(java.lang.String message,
                                java.lang.Throwable cause,
                                boolean suppressTrace)
Parameters:
message -
cause -
suppressTrace -
Since:
7.5.1.1