Class LogException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LogException
    extends java.lang.RuntimeException
    Special exception we throw if we had a problem actually logging a message to the engine error rpc endpoint. In this case, we have no choice but to tear ourselves down reporting whatever we can to the console instead.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LogException​(java.lang.Throwable cause)  
    • Method Summary

      • 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

      • LogException

        public LogException​(java.lang.Throwable cause)