mirai
2.16.0
other version
latest
2.9.0-M1
2.9.0-RC
2.9.0-RC2
2.9.0
2.9.1
2.9.2
2.10.0-RC
2.10.0-RC2
2.10.0
2.11.0-M1
2.10.1
2.11.0-M2
2.11.0-M2.1
2.11.0-M2.2
2.10.2
2.11.0-RC
2.10.3
2.11.0-RC2
2.11.0
2.10.4
2.11.1
2.12.0-RC
2.12.0
2.12.1
2.13.0-M1
2.12.2
2.12.3
2.13.0-RC
2.13.0-RC2
2.13.0
2.14.0-dev-shadow-1
2.14.0-dev-shadow-2
2.14.0-dev-shadow-3
2.14.0-dev-shadow-4
2.14.0-dev-shadow-7
2.14.0-dev-shadow-11
2.13.1
2.13.2
2.13.3
2.14.0-RC
2.13.4
2.14.0
2.15.0-M1
2.15.0-RC
2.15.0
2.16.0-RC
2.16.0
jvm
mirai-console
/
net.mamoe.mirai.console.permission
/
PermissionRegistryConflictException
Permission
Registry
Conflict
Exception
class
PermissionRegistryConflictException
(
val
newInstance
:
Permission
,
val
existingInstance
:
Permission
)
:
Exception
See also
Permission
Service.
register
Members
Constructors
Permission
Registry
Conflict
Exception
Link copied to clipboard
constructor
(
newInstance
:
Permission
,
existingInstance
:
Permission
)
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
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
existing
Instance
Link copied to clipboard
val
existingInstance
:
Permission
message
Link copied to clipboard
open
val
message
:
String
?
new
Instance
Link copied to clipboard
val
newInstance
:
Permission