onbon.bx06
Class Bx6GCommException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by onbon.bx06.Bx6GException
              extended by 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
          通讯错误码。
 
Constructor Summary
Bx6GCommException(String message, onbon.bx06.message.common.ErrorType error)
          建构子。
Bx6GCommException(String message, onbon.bx06.message.common.ErrorType error, Exception ex)
          建构子。
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

error

public final onbon.bx06.message.common.ErrorType error
通讯错误码。

Constructor Detail

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.