com.davesag.smpp.command
Class ErrorResponse
java.lang.Object
com.davesag.smpp.command.Response
com.davesag.smpp.command.ErrorResponse
- public class ErrorResponse
- extends Response
A marker class for a targetted error response from the server.
|
Constructor Summary |
ErrorResponse(ie.omk.smpp.Address target,
String message)
create an ErrorResponse for the given target, with the given message. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorResponse
public ErrorResponse(ie.omk.smpp.Address target,
String message)
- create an ErrorResponse for the given target, with the given message.
- Parameters:
target - The user to send this response to.message - The message to send.
SMPP Commander API version 20 Jan 2005. (C) 2004 Dave Sag.