Class TLP224Exception

  • All Implemented Interfaces:
    java.io.Serializable

    public class TLP224Exception
    extends CadTransportException
    Exceptions related to TLP224 protocol violations
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TLP224Exception​(int status)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns a String describing this exception.
      • Methods inherited from class java.lang.Throwable

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

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

      • TLP224Exception

        public TLP224Exception​(int status)
        Constructor
        Parameters:
        status - status code
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a String describing this exception.
        Overrides:
        toString in class java.lang.Throwable
        Returns:
        String describing this exception.