Package org.ametys.plugins.flipbook
Class FlipbookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.flipbook.FlipbookException
- All Implemented Interfaces:
 Serializable
Flipbook exception, used whenever there is an error specific to the plugin.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionFlipbook exception.FlipbookException(String message) Flipbook exception.FlipbookException(String message, Throwable cause) Flipbook exception.FlipbookException(Throwable cause) Flipbook exception. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
FlipbookException
public FlipbookException()Flipbook exception. - 
FlipbookException
Flipbook exception.- Parameters:
 message- the error messagecause- the exception's cause
 - 
FlipbookException
Flipbook exception.- Parameters:
 message- the error message
 - 
FlipbookException
Flipbook exception.- Parameters:
 cause- the exception's cause
 
 -