Class WException

All Implemented Interfaces:
Serializable

public class WException extends RuntimeException
Base class for exceptions thrown by JWt.
See Also:
  • Constructor Details

    • WException

      public WException(String what)
      Creates an exception.
    • WException

      public WException(String what, RuntimeException wrapped)
      Creates an exception.
  • Method Details

    • toString

      public String toString()
      Returns the message.
      Overrides:
      toString in class Throwable
    • setMessage

      public void setMessage(String message)
      Sets the message.
    • backtrace

      public static String backtrace()