Package com.hp.ucmdb.api.classmodel
Class AttributeStaticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.ucmdb.api.UcmdbException
com.hp.ucmdb.api.classmodel.AttributeStaticException
- All Implemented Interfaces:
 Serializable
A static value was used in a context that requires a non-static value.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAttributeStaticException(String message) AttributeStaticException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class com.hp.ucmdb.api.UcmdbException
addErrorCodeParameter, getErrorCode, getParameters, setErrorCode, setParametersMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AttributeStaticException
 - 
AttributeStaticException
 - 
AttributeStaticException
 
 -