toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
extgateway
/
ru.sydis.extgateway.exception
/
BaseException
Base
Exception
abstract
class
BaseException
(
val
code
:
Int
,
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Inheritors
ConnectNotFoundException
DpExistsException
DpNotFoundException
DpTypeExistsException
DpTypeBadStructException
DpTypeNotFoundException
MediaNotFoundException
MediaAlreadyExistsException
MediaIOException
SessionNotFoundException
SessionAccessDeniedException
SessionUnauthorizedException
SessionAuthenticationException
SessionAlreadyAuthenticatedException
Members
Constructors
Base
Exception
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
open
val
message
:
String
?
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
open
fun
printStackTrace
(
p0
:
PrintStream
)
open
fun
printStackTrace
(
p0
:
PrintWriter
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)