portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.common.domain.exception
/
CustomException
Custom
Exception
sealed
class
CustomException
:
RuntimeException
Inheritors
BadRequestException
UnauthorizedException
ForbiddenException
NotFoundException
ConflictException
Members
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
String
message
Link copied to clipboard
open
override
val
message
:
String
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
Any
?
>