Class AttributeNotStaticException

All Implemented Interfaces:
Serializable

public class AttributeNotStaticException extends UcmdbException
A non-static value was used in a context that requires a static value.
See Also:
  • Constructor Details

    • AttributeNotStaticException

      public AttributeNotStaticException(Throwable cause)
    • AttributeNotStaticException

      public AttributeNotStaticException(String message)
    • AttributeNotStaticException

      public AttributeNotStaticException(String message, Throwable cause)