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

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
All Implemented Interfaces:
java.io.Serializable

public class RAMRuntimeException
extends java.lang.RuntimeException

Thrown by Rational Asset Manager when a problem related to run time occurs

Since:
7.1
See Also:
Serialized Form

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

RAMRuntimeException

public RAMRuntimeException()

RAMRuntimeException

public RAMRuntimeException(java.lang.String message)
Parameters:
message -
Since:
7.1

RAMRuntimeException

public RAMRuntimeException(java.lang.String message,
                           boolean suppressTrace)
Parameters:
message -
Since:
7.1

RAMRuntimeException

public RAMRuntimeException(java.lang.Throwable cause)
Parameters:
cause -
Since:
7.1

RAMRuntimeException

public RAMRuntimeException(java.lang.Throwable cause,
                           boolean suppressTrace)

RAMRuntimeException

public RAMRuntimeException(java.lang.String message,
                           java.lang.Throwable cause)
Parameters:
message -
cause -
Since:
7.1