hr.tis.mgw.client
Class GatewayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hr.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
| 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 |
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)
getFaultCode
public java.lang.String getFaultCode()
getFaultString
public java.lang.String getFaultString()
Copyright © 2000-2007, TIS.kis d.o.o. All Rights Reserved.