Class TrustedThroughGroupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
me.angeschossen.chestprotect.api.exceptions.TrustedThroughGroupException
- All Implemented Interfaces:
Serializable
Thrown when you try to modify a player at a protection, but the player is trusted through a group (
Group).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the exception with a descriptive message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TrustedThroughGroupException
public TrustedThroughGroupException()Creates the exception with a descriptive message.
-