at.gv.egiz.pdfas.exceptions.external
Class ExternalErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byat.gv.egiz.pdfas.api.exceptions.PdfAsException
              extended byat.knowcenter.wag.egov.egiz.exceptions.PresentableException
                  extended byat.knowcenter.wag.egov.egiz.exceptions.ConnectorException
                      extended byat.gv.egiz.pdfas.exceptions.external.ExternalErrorException
All Implemented Interfaces:
Serializable

public class ExternalErrorException
extends ConnectorException

See Also:
Serialized Form

Field Summary
protected  String externalErrorCode
           
protected  String externalErrorMessage
           
 
Fields inherited from class at.gv.egiz.pdfas.api.exceptions.PdfAsException
errorCode
 
Constructor Summary
ExternalErrorException(String externalErrorCode, String externalErrorMessage)
           
 
Method Summary
 String getExternalErrorCode()
           
 String getExternalErrorMessage()
           
 
Methods inherited from class at.gv.egiz.pdfas.api.exceptions.PdfAsException
getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

externalErrorCode

protected String externalErrorCode

externalErrorMessage

protected String externalErrorMessage
Constructor Detail

ExternalErrorException

public ExternalErrorException(String externalErrorCode,
                              String externalErrorMessage)
Method Detail

getExternalErrorCode

public String getExternalErrorCode()
Returns:
the externalErrorCode

getExternalErrorMessage

public String getExternalErrorMessage()
Returns:
the externalErrorMessage


Copyright © 2006-2010. All Rights Reserved.