Class WebPagesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.components.webpages.model.WebPagesException
-
- All Implemented Interfaces:
Serializable
public class WebPagesException extends org.silverpeas.kernel.SilverpeasException- Author:
- sdevolder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebPagesException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WebPagesException
public WebPagesException(Throwable cause)
-
-