org.jafer.zoom
Class SystemException

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

public class SystemException
extends org.z3950.zoom.SystemException

See Also:
Serialized Form

Constructor Summary
SystemException()
           
SystemException(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

SystemException

public SystemException()

SystemException

public SystemException(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