Class TracerFactory.Exception

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    TracerFactory

    public static class TracerFactory.Exception
    extends Exception
    Base exception class for all exceptional situations within the context of the TracerFactory
    See Also:
    Serialized Form
    • Constructor Detail

      • Exception

        public Exception​(String msg)
        Constructor expects error message.
        Parameters:
        msg - the error message
      • Exception

        public Exception​(Throwable cause)
        Constructor expects a throwable which is the cause of the trouble.
        Parameters:
        cause - the originator of the trouble