Class NodeProvisionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NodeProvisionException
    extends java.lang.RuntimeException

    NodeProvisionException class.

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

      Constructors 
      Constructor Description
      NodeProvisionException()
      Constructor for NodeProvisionException.
      NodeProvisionException​(java.lang.String message, java.lang.Throwable cause)
      Constructor for NodeProvisionException.
    • 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

      • NodeProvisionException

        public NodeProvisionException()

        Constructor for NodeProvisionException.

      • NodeProvisionException

        public NodeProvisionException​(java.lang.String message,
                                      java.lang.Throwable cause)

        Constructor for NodeProvisionException.

        Parameters:
        message - a String object.
        cause - a Throwable object.