Class PofNavigationException

    • Constructor Detail

      • PofNavigationException

        public PofNavigationException()
        Construct a PofNavigationException.
      • PofNavigationException

        public PofNavigationException​(String message)
        Construct a PofNavigationException with a specified detail message.
        Parameters:
        message - the String that contains a detailed message
      • PofNavigationException

        public PofNavigationException​(String message,
                                      Throwable cause)
        Construct a PofNavigationException with a specified detail message and a cause.
        Parameters:
        message - the String that contains a detailed message
        cause - the underlying cause for this exception
      • PofNavigationException

        public PofNavigationException​(Throwable cause)
        Construct a PofNavigationException with a specified cause.
        Parameters:
        cause - the underlying cause for this exception