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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.knowcenter.wag.egov.egiz.exceptions.PresentableException
              extended by at.knowcenter.wag.egov.egiz.exceptions.ErrorCodeException
                  extended by at.knowcenter.wag.egov.egiz.exceptions.SignatureException
                      extended by at.knowcenter.wag.egov.egiz.exceptions.InvalidIDException
All Implemented Interfaces:
Serializable

public class InvalidIDException
extends SignatureException

Thrown when parsing an ID ("Kennzeichnung") fails.

Author:
wprinz
See Also:
Serialized Form

Constructor Summary
InvalidIDException(int error_code)
           
InvalidIDException(int error_code, String message)
           
InvalidIDException(int error_code, String message, Throwable cause)
           
InvalidIDException(int error_code, Throwable cause)
           
 
Method Summary
 
Methods inherited from class at.knowcenter.wag.egov.egiz.exceptions.ErrorCodeException
getErrorCode, getErrorCodeMessage, getErrorCodeMessage, getExternalErrorCode, getExternalErrorMessage, hasErrorCode, hasExternalErrorMessage, setErrorCode, setExternalErrorCode, setExternalErrorMessage
 
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

InvalidIDException

public InvalidIDException(int error_code,
                          String message,
                          Throwable cause)

InvalidIDException

public InvalidIDException(int error_code,
                          String message)

InvalidIDException

public InvalidIDException(int error_code,
                          Throwable cause)

InvalidIDException

public InvalidIDException(int error_code)


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.