Class OreResponse.Reauthenticate<T>

  • All Implemented Interfaces:
    OreResponse<T>
    Enclosing interface:
    OreResponse<V>

    public static final class OreResponse.Reauthenticate<T>
    extends java.lang.Object
    implements OreResponse<T>
    • Method Detail

      • asSuccessOrThrow

        public <E extends java.lang.Throwable> OreResponse.Success<T> asSuccessOrThrow​(java.util.function.Function<java.lang.String,​E> errorProvider)
                                                                                throws E extends java.lang.Throwable
        Specified by:
        asSuccessOrThrow in interface OreResponse<T>
        Throws:
        E extends java.lang.Throwable