Class InstantiationException

    • Constructor Detail

      • InstantiationException

        public InstantiationException​(String message)
        Constructs a new InstantiationException.
        Parameters:
        message - the reason for the exception
      • InstantiationException

        public InstantiationException​(Throwable cause)
        Constructs a new InstantiationException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • InstantiationException

        public InstantiationException​(String message,
                                      Throwable cause)
        Constructs a new InstantiationException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.