at.gv.egiz.pdfas.exceptions.framework
Class VerificationFilterException

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.gv.egiz.pdfas.exceptions.framework.VerificationFilterException
All Implemented Interfaces:
Serializable

public class VerificationFilterException
extends PresentableException

Wrapper exception for the VerificationFilter.

Author:
wprinz
See Also:
Serialized Form

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

VerificationFilterException

public VerificationFilterException(int errorCode,
                                   String message,
                                   Throwable cause)

VerificationFilterException

public VerificationFilterException(int errorCode,
                                   String message)

VerificationFilterException

public VerificationFilterException(int errorCode,
                                   Throwable cause)

VerificationFilterException

public VerificationFilterException(PresentableException cause)


Copyright © 2006-2010. All Rights Reserved.