de.maas.afp2web
Class A2WException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.maas.afp2web.A2WException
All Implemented Interfaces:
java.io.Serializable

public class A2WException
extends java.lang.Exception

AFP2web Java SDK exception. Exception thrown by AFP2web SDK in case of error.

See Also:
Serialized Form

Constructor Summary
protected A2WException(int iErrorCodePar, java.lang.String sErrorMessagePar)
           
 
Method Summary
 int getErrorCode()
          Get error code
 
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

A2WException

protected A2WException(int iErrorCodePar,
                       java.lang.String sErrorMessagePar)
Method Detail

getErrorCode

public int getErrorCode()
Get error code