onbon.bx06
Class Bx6GException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by onbon.bx06.Bx6GException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Bx6GCommException

public class Bx6GException
extends Exception

BX6G 一般性错误。

Author:
ONBON
See Also:
Serialized Form

Constructor Summary
Bx6GException(String message)
          建构子。
Bx6GException(String message, 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
 

Constructor Detail

Bx6GException

public Bx6GException(String message)
建构子。

Parameters:
message - 错误说明。

Bx6GException

public Bx6GException(String message,
                     Exception ex)
建构子。

Parameters:
message - 错误说明。
ex - 错误。


Copyright © 2020 onbon. All rights reserved.