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
/
ForbiddenException
Forbidden
Exception
class
ForbiddenException
(
val
message
:
String
,
val
properties
:
Map
<
String
,
Any
?
>
=
mapOf()
)
:
CustomException
Members
Constructors
Forbidden
Exception
Link copied to clipboard
constructor
(
message
:
String
,
properties
:
Map
<
String
,
Any
?
>
=
mapOf()
)
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
?
>