Class PrismContainerValue.RemovedItemDefinitionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.util.exception.CommonException
com.evolveum.midpoint.prism.PrismContainerValue.RemovedItemDefinitionException
All Implemented Interfaces:
Serializable
Enclosing interface:
PrismContainerValue<C extends Containerable>

public static class PrismContainerValue.RemovedItemDefinitionException extends CommonException
Used when accessing an item whose definition was removed. To be used only at very specific places!
See Also:
  • Constructor Details

    • RemovedItemDefinitionException

      public RemovedItemDefinitionException()
  • Method Details

    • getErrorTypeMessage

      public String getErrorTypeMessage()
      Description copied from class: CommonException
      Returns a human-readable message that describes the type or class of errors that the exception represents. E.g. "Communication error", "Policy violation", etc. TODO: switch return value to a localized message
      Specified by:
      getErrorTypeMessage in class CommonException