org.jafer.zoom
Class DiagnosticException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.z3950.zoom.Exception
              extended by org.z3950.zoom.DiagnosticException
                  extended by org.jafer.zoom.DiagnosticException
All Implemented Interfaces:
java.io.Serializable

public class DiagnosticException
extends org.z3950.zoom.DiagnosticException

See Also:
Serialized Form

Constructor Summary
DiagnosticException()
           
DiagnosticException(java.lang.String message)
           
 
Method Summary
 java.lang.String getAdditionalInformation()
           
 java.lang.String getErrorCode()
           
 java.lang.String getErrorMessage()
           
 
Methods inherited from class org.z3950.zoom.Exception
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiagnosticException

public DiagnosticException()

DiagnosticException

public DiagnosticException(java.lang.String message)
Method Detail

getErrorCode

public java.lang.String getErrorCode()
Specified by:
getErrorCode in class org.z3950.zoom.Exception

getErrorMessage

public java.lang.String getErrorMessage()
Specified by:
getErrorMessage in class org.z3950.zoom.Exception

getAdditionalInformation

public java.lang.String getAdditionalInformation()
Specified by:
getAdditionalInformation in class org.z3950.zoom.Exception