hr.tis.mgw.client
Class GatewayException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byhr.tis.mgw.client.GatewayException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MApplicationException, MChargeFailureException, MInvalidArgumentException, MMessageTooLongException, MPolicyException, MRemoteException, MServiceException, MUnknownEndUserException, MUnknownMessageException, MUnknownRegistrationIdentifierException, MUnknownRequestIdentifierException, MUnknownReservationException, MUnsupportedFormatException

public class GatewayException
extends java.lang.Exception

Thrown when library was unable to perform requested operation. This is base exception class. Specific exceptions corresponding to Axis SOAP exceptions extends this class. All subtypes can be found in exceptions package.

See Also:
hr.tis.mgw.client.exceptions, Serialized Form

Constructor Summary
GatewayException(java.lang.String message, java.lang.String faultCode)
           
GatewayException(java.lang.String message, java.lang.String faultCode, java.lang.String faultString)
           
GatewayException(java.lang.String message, java.lang.Throwable t)
           
GatewayException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getFaultCode()
           
 java.lang.String getFaultString()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GatewayException

public GatewayException(java.lang.String message,
                        java.lang.String faultCode)

GatewayException

public GatewayException(java.lang.String message,
                        java.lang.String faultCode,
                        java.lang.String faultString)

GatewayException

public GatewayException(java.lang.String message,
                        java.lang.Throwable t)

GatewayException

public GatewayException(java.lang.Throwable t)
Method Detail

getFaultCode

public java.lang.String getFaultCode()

getFaultString

public java.lang.String getFaultString()


Copyright © 2000-2007, TIS.kis d.o.o. All Rights Reserved.