Class FailureInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class FailureInfo
    extends com.synopsys.integration.util.Stringable
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FailureInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getException()  
      java.lang.String getUserFriendlyFailureReason()  
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FailureInfo

        public FailureInfo()
    • Method Detail

      • getUserFriendlyFailureReason

        public java.lang.String getUserFriendlyFailureReason()
      • getException

        public java.lang.String getException()