Class AttachmentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.silverpeas.kernel.SilverpeasRuntimeException
-
- org.silverpeas.core.contribution.attachment.AttachmentException
-
- All Implemented Interfaces:
Serializable
public class AttachmentException extends org.silverpeas.kernel.SilverpeasRuntimeException
Exception thrown when an error occurs with attachments of a resource.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachmentException(String message)
AttachmentException(String message, Throwable cause)
AttachmentException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-