Class EntryNoContentException

All Implemented Interfaces:
Serializable

public class EntryNoContentException extends CentralDogmaException
A CentralDogmaException that is raised when attempted to retrieve the content from a directory entry.
See Also:
  • Constructor Details

    • EntryNoContentException

      public EntryNoContentException()
      Creates a new instance.
    • EntryNoContentException

      public EntryNoContentException(EntryType type, Revision revision, String path)
      Creates a new instance.
    • EntryNoContentException

      public EntryNoContentException(String message)
      Creates a new instance.
    • EntryNoContentException

      public EntryNoContentException(Throwable cause)
      Creates a new instance.
    • EntryNoContentException

      public EntryNoContentException(String message, Throwable cause)
      Creates a new instance.
    • EntryNoContentException

      public EntryNoContentException(String message, boolean writableStackTrace)
      Creates a new instance.
      Parameters:
      message - the detail message
      writableStackTrace - whether or not the stack trace should be writable
    • EntryNoContentException

      protected EntryNoContentException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance.