Package org.craftercms.core.exception
Class ForbiddenPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.craftercms.core.exception.CrafterException
-
- org.craftercms.core.exception.ForbiddenPathException
-
- All Implemented Interfaces:
Serializable
public class ForbiddenPathException extends CrafterException
Thrown when a path that is restricted is being accessed.- Author:
- avasquez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForbiddenPathException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ForbiddenPathException
public ForbiddenPathException(String message)
-
-