Class InoNetException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    LicSrvErrorException

    public class InoNetException
    extends InoNlsException
    A network communication exception which InoNet uses to indicate any problems during data transmission. The exception to this is NLS enabled and can be used to give detailed error information.
    Author:
    borschet
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • InoNetException

        public InoNetException​(java.lang.String key,
                               java.lang.Object... args)
      • InoNetException

        public InoNetException​(java.lang.Throwable cause,
                               java.lang.String key,
                               java.lang.Object... args)
      • InoNetException

        public InoNetException​(java.lang.Package pkg,
                               java.lang.String key,
                               java.lang.Object... args)