Microservices Libs
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Microservices Libs
common
/
dev.limebeck.libs.errors
/
InternalException
Internal
Exception
open
class
InternalException
(
val
code
:
String
,
val
uid
:
String
?
=
null
,
val
messageWithoutUid
:
String
=
""
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Inheritors
InternalErrorException
BadCredentialsException
ObjectNotFoundException
ObjectAlreadyExistsException
MissingParameterException
AuthorizationRequiredException
AccessDeniedException
InvalidParameterException
InvalidOperationException
InvalidTokenException
Members
Constructors
Internal
Exception
Link copied to clipboard
constructor
(
code
:
String
,
uid
:
String
?
=
null
,
messageWithoutUid
:
String
=
""
,
cause
:
Throwable
?
=
null
)
constructor
(
result
:
String
,
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
String
message
Link copied to clipboard
expect
open
val
message
:
String
?
message
Without
Uid
Link copied to clipboard
val
messageWithoutUid
:
String
uid
Link copied to clipboard
val
uid
:
String
?