Class PdcPositionDeletionException

  • All Implemented Interfaces:
    Serializable

    public class PdcPositionDeletionException
    extends PdcException
    An exception that is thrown when a position onto a PdC cannot be deleted within a given context (for example, the PdC contains some mandatory axis and the position is the only one in the classification of a resource onto the PdC).
    See Also:
    Serialized Form
    • Constructor Detail

      • PdcPositionDeletionException

        public PdcPositionDeletionException​(String message,
                                            String... parameters)
      • PdcPositionDeletionException

        public PdcPositionDeletionException​(String message,
                                            Throwable cause)
      • PdcPositionDeletionException

        public PdcPositionDeletionException​(Throwable cause)