at.knowcenter.wag.egov.egiz.exceptions
Class ConnectorFactoryException

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.ConnectorFactoryException
All Implemented Interfaces:
Serializable

public class ConnectorFactoryException
extends PresentableException

This exception is thrown when the connector factory encounters an error during providing a connector.

The most likely case for this exception is that a wrong connector identifier was provided.

Author:
wprinz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class at.gv.egiz.pdfas.api.exceptions.PdfAsException
errorCode
 
Constructor Summary
ConnectorFactoryException(String message)
           
ConnectorFactoryException(Throwable cause)
           
 
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
 

Constructor Detail

ConnectorFactoryException

public ConnectorFactoryException(String message)
Parameters:
message -

ConnectorFactoryException

public ConnectorFactoryException(Throwable cause)
Parameters:
cause -


Copyright © 2006-2010. All Rights Reserved.