java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.etill.framework.clientapi.PaymentServerAuthorizationException
This exception is thrown when the command to Commerce Payments is rejected with HTTP 401, Not authorized. It generally indicates either:
. The merchant programmer provided an incorrect user/password
. The user has not been properly configured within WebSphere
Constructor Summary | |
PaymentServerAuthorizationException(byte[] pmAuthObject) |
|
PaymentServerAuthorizationException(java.lang.String userid) Creates a PaymentServerAuthorizationException object. |
Method Summary | |
java.lang.String | getUserID() Returns the name of the user who failed to be authorized. |
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 |
public PaymentServerAuthorizationException(java.lang.String userid)
public PaymentServerAuthorizationException(byte[] pmAuthObject)
Method Detail |
public java.lang.String getUserID()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.