Class PEBKACException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.stellardrift.permissionsex.exception.PermissionsException
-
- ca.stellardrift.permissionsex.exception.PEBKACException
-
- All Implemented Interfaces:
Serializable,net.kyori.adventure.util.ComponentMessageThrowable
public final class PEBKACException extends PermissionsException
This exception is thrown when an error occurs that is due to misconfiguration of the permissions system.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PEBKACException(net.kyori.adventure.text.Component message)
-
Method Summary
-
Methods inherited from class ca.stellardrift.permissionsex.exception.PermissionsException
componentMessage, getLocalizedMessage, getLocalizedMessage, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PEBKACException
public PEBKACException(net.kyori.adventure.text.Component message)
-
-