Class ScanException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="2022-01-27")
    public class ScanException
    extends java.lang.Exception
    Deprecated.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ScanException​(java.lang.String msg)
      Deprecated.
       
      ScanException​(java.lang.String msg, java.lang.Throwable rootCause)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Throwable getCause()
      Deprecated.
       
      • Methods inherited from class java.lang.Throwable

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

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

      • ScanException

        public ScanException​(java.lang.String msg)
        Deprecated.
      • ScanException

        public ScanException​(java.lang.String msg,
                             java.lang.Throwable rootCause)
        Deprecated.
    • Method Detail

      • getCause

        public java.lang.Throwable getCause()
        Deprecated.
        Overrides:
        getCause in class java.lang.Throwable