Class InfoLetterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.silverpeas.kernel.SilverpeasRuntimeException
-
- org.silverpeas.components.infoletter.InfoLetterException
-
- All Implemented Interfaces:
Serializable
public class InfoLetterException extends org.silverpeas.kernel.SilverpeasRuntimeException
Info Letter Runtime Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InfoLetterException(String message)
InfoLetterException(String message, Throwable cause)
InfoLetterException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-