Class NASException

    • Constructor Detail

      • NASException

        public NASException()
        The default constructor.
      • NASException

        public NASException​(Throwable throwable)
        Constructs a new instance of NASException
        Parameters:
        throwable - the parent Throwable
      • NASException

        public NASException​(String message)
        Constructs a new instance of NASException
        Parameters:
        message - the throwable message.
      • NASException

        public NASException​(String message,
                            Throwable throwable)
        Constructs a new instance of NASException
        Parameters:
        message - the throwable message.
        throwable - the parent of this Throwable.