Class WikiException

All Implemented Interfaces:
Serializable

public class WikiException extends RuntimeException
See Also:
  • Constructor Details

    • WikiException

      public WikiException()
    • WikiException

      public WikiException(String message)
    • WikiException

      public WikiException(String message, Throwable cause)
    • WikiException

      public WikiException(Throwable cause)
    • WikiException

      public WikiException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)