Class PdcException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.pdc.pdc.model.PdcException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PdcPositionDeletionException
public class PdcException extends org.silverpeas.kernel.SilverpeasException implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdcException(String message, String... parameters)
PdcException(String message, Throwable cause)
PdcException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-