toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.plugin.messaging
/
MessageTooLargeException
Message
Too
Large
Exception
public
class
MessageTooLargeException
extends
RuntimeException
Thrown if getClassById Plugin Message is sent that is too large to be sent.
Members
Constructors
Message
Too
Large
Exception
Link copied to clipboard
public
void
MessageTooLargeException
(
)
public
void
MessageTooLargeException
(
Array
<
byte
>
message
)
public
void
MessageTooLargeException
(
int length
)
public
void
MessageTooLargeException
(
String
msg
)
Properties
cause
Link copied to clipboard
public
Throwable
cause
stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
stackTrace
Functions
add
Suppressed
Link copied to clipboard
public
final
synchronized
void
addSuppressed
(
Throwable
exception
)
fill
In
Stack
Trace
Link copied to clipboard
public
synchronized
Throwable
fillInStackTrace
(
)
get
Cause
Link copied to clipboard
public
synchronized
Throwable
getCause
(
)
get
Localized
Message
Link copied to clipboard
public
String
getLocalizedMessage
(
)
get
Message
Link copied to clipboard
public
String
getMessage
(
)
get
Stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
getStackTrace
(
)
get
Suppressed
Link copied to clipboard
public
final
synchronized
Array
<
Throwable
>
getSuppressed
(
)
init
Cause
Link copied to clipboard
public
synchronized
Throwable
initCause
(
Throwable
cause
)
print
Stack
Trace
Link copied to clipboard
public
void
printStackTrace
(
)
set
Stack
Trace
Link copied to clipboard
public
void
setStackTrace
(
Array
<
StackTraceElement
>
stackTrace
)
to
String
Link copied to clipboard
public
String
toString
(
)