Package com.longport
Class OpenApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.longport.OpenApiException
-
- All Implemented Interfaces:
Serializable
public class OpenApiException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenApiException(Long code, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCode()
String
getMessage()
String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-