Package org.silverpeas.core.webapi.pdc
Class PdcPositionDeletionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.pdc.pdc.model.PdcException
-
- org.silverpeas.core.webapi.pdc.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 Summary
Constructors Constructor Description PdcPositionDeletionException(String message, String... parameters)
PdcPositionDeletionException(String message, Throwable cause)
PdcPositionDeletionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-