Class Utils.InsufficientSessionError

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.glideidentity.Utils.InsufficientSessionError
All Implemented Interfaces:
Serializable
Enclosing class:
Utils

public static class Utils.InsufficientSessionError extends Exception
See Also:
  • Constructor Details

    • InsufficientSessionError

      public InsufficientSessionError(Integer have, Integer need, String message)
  • Method Details

    • getHave

      public Integer getHave()
    • getNeed

      public Integer getNeed()