Package org.kissweb

Class LogException

All Implemented Interfaces:
Serializable

public class LogException extends Exception
This class is used to signify an error that deserves a log but not a backtrace. It also sends the error message to the front-end.
See Also:
  • Constructor Details

    • LogException

      public LogException(String msg)