Class FailureWaitingInternalAuthenticationServiceException
-
- All Implemented Interfaces:
-
java.io.Serializable,pro.fessional.mirana.data.DataResult
public class FailureWaitingInternalAuthenticationServiceException extends InternalAuthenticationServiceException implements DataResult<T>- Since:
2023-07-10
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final Stringcodepublic final Integerdatapublic Throwablecausepublic Array<StackTraceElement>stackTrace
-
Constructor Summary
Constructors Constructor Description FailureWaitingInternalAuthenticationServiceException(int wait, String code, String message, Throwable cause)FailureWaitingInternalAuthenticationServiceException(int wait, String code, String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class pro.fessional.mirana.data.DataResult
getCode, getData, getMessage, hasData, hasMessage, isSuccess -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-