Class NrpeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NrpeException
    extends java.lang.Exception

    NrpeException class.

    Version:
    $Id: $
    Author:
    ranger
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NrpeException()
      Constructor for NrpeException.
      NrpeException​(java.lang.String message)
      Constructor for NrpeException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NrpeException

        public NrpeException()

        Constructor for NrpeException.

      • NrpeException

        public NrpeException​(java.lang.String message)

        Constructor for NrpeException.

        Parameters:
        message - a String object.