Class Exceptions

java.lang.Object
io.appform.ranger.core.util.Exceptions

public class Exceptions extends Object
  • Constructor Details

    • Exceptions

      public Exceptions()
  • Method Details

    • illegalState

      public static void illegalState(String message, Throwable t)
    • illegalState

      public static void illegalState(Throwable t)
    • illegalState

      public static void illegalState(String message)