Class FailedState

    • Constructor Detail

      • FailedState

        protected FailedState()
      • FailedState

        public FailedState​(String message,
                           Exception exception)
    • Method Detail

      • getMessage

        public String getMessage()
      • getExceptionType

        public String getExceptionType()
      • getExceptionMessage

        public String getExceptionMessage()
      • getExceptionCauseType

        public String getExceptionCauseType()
      • getExceptionCauseMessage

        public String getExceptionCauseMessage()
      • getStackTrace

        public String getStackTrace()
      • mustNotRetry

        public boolean mustNotRetry()
      • getException

        public Exception getException()