com.silverpeas.pdc.web
Class PdcPositionDeletionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stratelia.webactiv.util.exception.SilverpeasException
              extended by com.stratelia.silverpeas.pdc.model.PdcException
                  extended by 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

Field Summary
 
Fields inherited from class com.stratelia.webactiv.util.exception.SilverpeasException
ERROR, FATAL, WARNING
 
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)
           
 
Method Summary
 
Methods inherited from class com.stratelia.silverpeas.pdc.model.PdcException
getModule
 
Methods inherited from class com.stratelia.webactiv.util.exception.SilverpeasException
getChainedExceptions, getErrorLevel, getExtraInfos, getMessageLang, getMessageLang, getNested, printStackTrace, printStackTrace, printStackTrace, traceException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.