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