Class FrameworkNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FrameworkNotSupportedException
    extends FastException
    This class is used to throw an exception when the fast framework fails when attempting to do something with a Framework that is not currently supporting
    Since:
    1.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • FrameworkNotSupportedException

        public FrameworkNotSupportedException​(java.lang.String message)
        Instantiates a new Fast exception
        Parameters:
        message - Exception A message from an exception that was caught while running the fast framework
        Since:
        1.0.0
      • FrameworkNotSupportedException

        public FrameworkNotSupportedException​(java.lang.String message,
                                              Status status)
        Instantiates a new Fast exception.
        Parameters:
        message - Exception A message from an exception that was caught while running the fast framework
        status - The Status that the fast framework treats the caught exception with
        Since:
        1.0.0
      • FrameworkNotSupportedException

        public FrameworkNotSupportedException​(java.lang.Throwable cause,
                                              Status status)
        Instantiates a new Fast exception.
        Parameters:
        cause - Exception The exception that was caught while running the fast framework
        status - The Status that the fast framework treats the caught exception with
        Since:
        1.0.0
      • FrameworkNotSupportedException

        public FrameworkNotSupportedException​(java.lang.String message,
                                              Framework framework,
                                              Status status)
        Instantiates a new Framework not supported exception.
        Parameters:
        message - Exception A message from an exception that was caught while running the fast framework
        framework - The Framework being used when this exception occurred
        status - The Status that the fast framework treats the caught exception with
        Since:
        1.0.0
      • FrameworkNotSupportedException

        public FrameworkNotSupportedException​(java.lang.String message,
                                              java.lang.Throwable cause)
        Instantiates a new Fast exception.
        Parameters:
        message - Exception A message from an exception that was caught while running the fast framework
        cause - Exception The exception that was caught while running the fast framework
        Since:
        1.0.0
      • FrameworkNotSupportedException

        public FrameworkNotSupportedException​(java.lang.String message,
                                              java.lang.Throwable cause,
                                              Status status)
        Instantiates a new Fast exception.
        Parameters:
        message - Exception A message from an exception that was caught while running the fast framework
        cause - Exception The exception that was caught while running the fast framework
        status - The Status that the fast framework treats the caught exception with
        Since:
        1.0.0
      • FrameworkNotSupportedException

        public FrameworkNotSupportedException​(Framework framework,
                                              Status status)
        Instantiates a new Fast exception
        Parameters:
        framework - The Framework being used when this exception occurred
        status - The Status that the fast framework treats the caught exception with
        Since:
        1.0.0
      • FrameworkNotSupportedException

        public FrameworkNotSupportedException​(java.lang.String message,
                                              java.lang.Throwable cause,
                                              Framework framework)
        Instantiates a new Framework not supported exception.
        Parameters:
        message - Exception message
        cause - Exception cause
        framework - The framework being used when this exception occurred
        Since:
        1.0.0