com.silverpeas.pdc.web
Class PdcPositionDeletionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stratelia.webactiv.util.exception.SilverpeasException
com.stratelia.silverpeas.pdc.model.PdcException
com.silverpeas.pdc.web.PdcPositionDeletionException
- All Implemented Interfaces:
- FromModule, WithNested, 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 |
PdcPositionDeletionException(String callingClass,
int errorLevel,
String message)
|
PdcPositionDeletionException(String callingClass,
int errorLevel,
String message,
Exception nested)
|
PdcPositionDeletionException(String callingClass,
int errorLevel,
String message,
String extraParams)
|
PdcPositionDeletionException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
|
PdcPositionDeletionException
public PdcPositionDeletionException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
PdcPositionDeletionException
public PdcPositionDeletionException(String callingClass,
int errorLevel,
String message,
Exception nested)
PdcPositionDeletionException
public PdcPositionDeletionException(String callingClass,
int errorLevel,
String message,
String extraParams)
PdcPositionDeletionException
public PdcPositionDeletionException(String callingClass,
int errorLevel,
String message)
Copyright © 2016 Silverpeas. All Rights Reserved.