Class PermissionsLoadingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.stellardrift.permissionsex.exception.PermissionsException
-
- ca.stellardrift.permissionsex.exception.PermissionsLoadingException
-
- All Implemented Interfaces:
Serializable,net.kyori.adventure.util.ComponentMessageThrowable
public final class PermissionsLoadingException extends PermissionsException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermissionsLoadingException(Throwable cause)PermissionsLoadingException(net.kyori.adventure.text.Component message)PermissionsLoadingException(net.kyori.adventure.text.Component message, Throwable cause)
-
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
-
PermissionsLoadingException
public PermissionsLoadingException(net.kyori.adventure.text.Component message)
-
PermissionsLoadingException
public PermissionsLoadingException(net.kyori.adventure.text.Component message, Throwable cause)
-
PermissionsLoadingException
public PermissionsLoadingException(Throwable cause)
-
-