Package com.hp.ucmdb.api.classmodel
Class AttributeNotStaticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.ucmdb.api.UcmdbException
com.hp.ucmdb.api.classmodel.AttributeNotStaticException
- All Implemented Interfaces:
 Serializable
A non-static value was used in a context that requires a static value.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAttributeNotStaticException(String message) AttributeNotStaticException(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
- 
AttributeNotStaticException
 - 
AttributeNotStaticException
 - 
AttributeNotStaticException
 
 -