com.filenet.rm.bds.exception

Class Diagnostic

  • java.lang.Object
    • com.filenet.rm.bds.exception.Diagnostic


  • public class Diagnostic
    extends java.lang.Object
    This class represents the Diagnostic portion of the transport error/exception reporting mechanism. It is contained within the ErrorFrame class.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Diagnostic(java.lang.String diagnosticType, java.lang.String diagnosticValue)
      Constructor.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getDiagnosticType()
      The underlying diagnostic type.
      java.lang.String getDiagnosticValue()
      The underlying diagnostic value.
      • Methods inherited from class java.lang.Object

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

      • Diagnostic

        public Diagnostic(java.lang.String diagnosticType,
                  java.lang.String diagnosticValue)
        Constructor.
        Parameters:
        diagnosticType - the underlying diagnostic type. Can be empty or null.
        diagnosticValue - the underlying diagnostic value. Can be empty or null.
    • Method Detail

      • getDiagnosticType

        public java.lang.String getDiagnosticType()
        The underlying diagnostic type.
        Returns:
        a String. Can be empty or null.
      • getDiagnosticValue

        public java.lang.String getDiagnosticValue()
        The underlying diagnostic value.
        Returns:
        a String. Can be empty or null.

© Copyright IBM Corp. 2006, 2013. All Rights Reserved.