Package dev.aura.bungeechat.filter
Class ExtendedBlockMessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.aura.bungeechat.api.filter.BlockMessageException
-
- dev.aura.bungeechat.filter.ExtendedBlockMessageException
-
- All Implemented Interfaces:
Serializable
public class ExtendedBlockMessageException extends dev.aura.bungeechat.api.filter.BlockMessageException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtendedBlockMessageException(Messages messageType, dev.aura.bungeechat.api.account.BungeeChatAccount sender, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Messages
getMessageType()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-