com.ibm.ram.common.data.exception
Class RAMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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)
|
| 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 |
RAMException
public RAMException(java.lang.String message,
boolean licenseAvailable)
- Since:
- 7.1
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