Class LCPException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LCPException
    extends java.io.IOException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte getErrorcode()
      Returns error code, if this exception was caused by the NXT returned an LCP error.
      • 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

      • LCPException

        public LCPException()
      • LCPException

        public LCPException​(java.lang.String s)
      • LCPException

        public LCPException​(byte errorcode)
      • LCPException

        public LCPException​(java.lang.String s,
                            java.lang.Throwable cause)
    • Method Detail

      • getErrorcode

        public byte getErrorcode()
        Returns error code, if this exception was caused by the NXT returned an LCP error.
        Returns:
        non-zero balue of there the NXT provided an error code or zero otherwise.