org.mobicents.slee.resources.smpp.pdu
Class SmppErrorImpl

java.lang.Object
  extended by org.mobicents.slee.resources.smpp.pdu.SmppErrorImpl
All Implemented Interfaces:
SmppError

public class SmppErrorImpl
extends java.lang.Object
implements SmppError

Author:
amit bhayani

Field Summary
 
Fields inherited from interface net.java.slee.resources.smpp.pdu.SmppError
SMPP_TIMEOUT_RESPONSE_RECEIVED, SMPP_TIMEOUT_RESPONSE_SENT
 
Constructor Summary
SmppErrorImpl(int errorCode, PDU pdu)
           
 
Method Summary
 int getErrorCode()
           
 PDU getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmppErrorImpl

public SmppErrorImpl(int errorCode,
                     PDU pdu)
Method Detail

getErrorCode

public int getErrorCode()
Specified by:
getErrorCode in interface SmppError

getMessage

public PDU getMessage()
Specified by:
getMessage in interface SmppError


Copyright © 2011. All Rights Reserved.