Class SmppException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.mikesafonov.smpp.core.exceptions.SmppException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SmppMessageBuildingException,SmppSessionException
public class SmppException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected interrorCodeprotected java.lang.StringerrorMessage
-
Constructor Summary
Constructors Constructor Description SmppException(int errorCode, java.lang.String errorMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()java.lang.StringgetErrorMessage()
-