Class FileExtensionNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.sol.exceptions.FileExtensionNotSupportedException
All Implemented Interfaces:
Serializable

public class FileExtensionNotSupportedException extends RuntimeException
Exception for file extensions that are not supported by the system.
Version:
1.0.5
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • FileExtensionNotSupportedException

      public FileExtensionNotSupportedException(String message)
      Generic constructor.
      Parameters:
      message - message
    • FileExtensionNotSupportedException

      public FileExtensionNotSupportedException(String message, Throwable throwable)
      Generic constructor with Throwable instance.
      Parameters:
      message - message
      throwable - Throwable