toggle menu
kraken-core
JVM
switch theme
search in API
kraken-core
/
fun.bigtable.kraken.exception
/
BusinessException
Business
Exception
open
class
BusinessException
:
IException
业务一场
Members
Constructors
Business
Exception
Link copied to clipboard
constructor
(
type
:
Type
,
errCode
:
String
,
message
:
String
)
constructor
(
type
:
Type
)
constructor
(
message
:
String
)
constructor
(
type
:
Type
,
message
:
String
)
constructor
(
throwable
:
Throwable
,
type
:
Type
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
err
Code
Link copied to clipboard
open
val
errCode
:
String
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
error
Link copied to clipboard
open
fun
error
(
msg
:
String
)
:
BusinessException
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Error
Type
Link copied to clipboard
open
fun
getErrorType
(
)
:
Type
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String