onbon.bx06
Class Bx6GCommException
java.lang.Object
java.lang.Throwable
java.lang.Exception
onbon.bx06.Bx6GException
onbon.bx06.Bx6GCommException
- All Implemented Interfaces:
- Serializable
public class Bx6GCommException
- extends Bx6GException
BX5G 通讯异常。
- Author:
- ONBON
- See Also:
- Serialized Form
Field Summary |
onbon.bx06.message.common.ErrorType |
error
通讯错误码。 |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
error
public final onbon.bx06.message.common.ErrorType error
- 通讯错误码。
Bx6GCommException
public Bx6GCommException(String message,
onbon.bx06.message.common.ErrorType error)
- 建构子。
- Parameters:
message
- 错误说明。error
- 通讯错误。
Bx6GCommException
public Bx6GCommException(String message,
onbon.bx06.message.common.ErrorType error,
Exception ex)
- 建构子。
- Parameters:
message
- 错误说明。error
- 通讯错误。ex
- 错误。
Copyright © 2020 onbon. All rights reserved.