Class NetconfTransportException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NetconfTransportException
    extends java.lang.RuntimeException
    Exception triggered from NETCONF secure transport layer or below.
    See Also:
    Serialized Form
    • 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

      • NetconfTransportException

        public NetconfTransportException()
      • NetconfTransportException

        public NetconfTransportException​(java.lang.String message)
        Parameters:
        message - describing the error
      • NetconfTransportException

        public NetconfTransportException​(java.lang.Throwable cause)
        Parameters:
        cause - of this exception
      • NetconfTransportException

        public NetconfTransportException​(java.lang.String message,
                                         java.lang.Throwable cause)
        Parameters:
        message - describing the error
        cause - of this exception