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
public class FlipbookException extends Exception
Flipbook exception, used whenever there is an error specific to the plugin.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlipbookException()
Flipbook 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 Detail
-
FlipbookException
public FlipbookException()
Flipbook exception.
-
FlipbookException
public FlipbookException(String message, Throwable cause)
Flipbook exception.- Parameters:
message
- the error messagecause
- the exception's cause
-
FlipbookException
public FlipbookException(String message)
Flipbook exception.- Parameters:
message
- the error message
-
FlipbookException
public FlipbookException(Throwable cause)
Flipbook exception.- Parameters:
cause
- the exception's cause
-
-