Class LogException

All Implemented Interfaces:
Serializable

public class LogException extends 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:
  • Constructor Details

    • LogException

      public LogException(Throwable cause)