org.bukkit.plugin.messaging
Class MessageTooLargeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.bukkit.plugin.messaging.MessageTooLargeException
All Implemented Interfaces:
Serializable

public class MessageTooLargeException
extends RuntimeException

Thrown if a Plugin Message is sent that is too large to be sent.

See Also:
Serialized Form

Constructor Summary
MessageTooLargeException()
           
MessageTooLargeException(byte[] message)
           
MessageTooLargeException(int length)
           
MessageTooLargeException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageTooLargeException

public MessageTooLargeException()

MessageTooLargeException

public MessageTooLargeException(byte[] message)

MessageTooLargeException

public MessageTooLargeException(int length)

MessageTooLargeException

public MessageTooLargeException(String msg)


Copyright © 2014. All rights reserved.