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

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

public class RAMException
extends java.lang.Exception

Represents a base class for Rational Asset Manager exceptions

Since:
7.1
See Also:
Serialized Form

Constructor Summary
RAMException(java.lang.String message, boolean licenseAvailable)
           
 
Method Summary
 java.lang.String getMessage()
           
 boolean isLicenseAvailable()
           
 void setLicenseAvailable(boolean licenseAvailable)
           
 void setMessage(java.lang.String message)
           
 
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

RAMException

public RAMException(java.lang.String message,
                    boolean licenseAvailable)
Since:
7.1
Method Detail

isLicenseAvailable

public boolean isLicenseAvailable()
Returns:
Returns the licenseAvailable.
Since:
7.1

setLicenseAvailable

public void setLicenseAvailable(boolean licenseAvailable)
Parameters:
licenseAvailable - The licenseAvailable 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