Class MessageSendingResultLogInfo


  • public class MessageSendingResultLogInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageSendingResultLogInfo​(java.util.Optional<java.net.URI> url, java.lang.Throwable failure, java.lang.String rootCause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getFailure()  
      java.lang.String getRootCause()  
      java.util.Optional<java.net.URI> getUrl()  
      java.lang.String getUrlString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MessageSendingResultLogInfo

        public MessageSendingResultLogInfo​(java.util.Optional<java.net.URI> url,
                                           java.lang.Throwable failure,
                                           java.lang.String rootCause)
    • Method Detail

      • getUrl

        public java.util.Optional<java.net.URI> getUrl()
      • getUrlString

        public java.lang.String getUrlString()
      • getRootCause

        public java.lang.String getRootCause()
      • getFailure

        public java.lang.Throwable getFailure()