Class StudioPathNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.studio.api.v1.exception.StudioPathNotFoundException
All Implemented Interfaces:
Serializable

public class StudioPathNotFoundException extends Exception
See Also:
  • Constructor Details

    • StudioPathNotFoundException

      public StudioPathNotFoundException()
    • StudioPathNotFoundException

      public StudioPathNotFoundException(String message)
    • StudioPathNotFoundException

      public StudioPathNotFoundException(String message, Throwable cause)
    • StudioPathNotFoundException

      public StudioPathNotFoundException(Throwable cause)
    • StudioPathNotFoundException

      public StudioPathNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)