Package org.xwiki.store
Class TemporaryAttachmentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.store.TemporaryAttachmentException
-
- All Implemented Interfaces:
Serializable
@Unstable public class TemporaryAttachmentException extends Exception
Dedicated exception for the operations related toTemporaryAttachmentSessionsManager
.- Since:
- 14.3RC1
- Version:
- $Id: 45f0fc16e3bb765b53f98644a9cf2019b513961a $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemporaryAttachmentException(String msg)
Default constructor with only a message.TemporaryAttachmentException(String msg, Throwable e)
Default constructor with a message and the original root 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
-
TemporaryAttachmentException
public TemporaryAttachmentException(String msg)
Default constructor with only a message.- Parameters:
msg
- the message to display
-
-