public class PaymentServerAuthorizationException
extends java.lang.Exception
. The merchant programmer provided an incorrect user/password
. The user has not been properly configured within WebSphere
Constructor and Description |
---|
PaymentServerAuthorizationException(byte[] pmAuthObject)
Deprecated.
|
PaymentServerAuthorizationException(java.lang.String userid)
Deprecated.
Creates a PaymentServerAuthorizationException object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getUserID()
Deprecated.
Returns the name of the user who failed to be authorized.
|
public PaymentServerAuthorizationException(java.lang.String userid)
public PaymentServerAuthorizationException(byte[] pmAuthObject)