Class FileExtensionNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.sol.exceptions.FileExtensionNotSupportedException
- All Implemented Interfaces:
Serializable
Exception for file extensions that are not supported by the system.
- Version:
- 1.0.5
- Author:
- Stephen Prizio
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileExtensionNotSupportedException(String message) Generic constructor.FileExtensionNotSupportedException(String message, Throwable throwable) Generic constructor withThrowableinstance. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileExtensionNotSupportedException
Generic constructor.- Parameters:
message- message
-
FileExtensionNotSupportedException
-