Class ContentException

All Implemented Interfaces:
Serializable

public class ContentException extends RepositoryException
See Also:
  • Constructor Details

    • ContentException

      public ContentException(String message)
      Constructor
      Parameters:
      message - The message
    • ContentException

      public ContentException(String message, Throwable reas)
      Constructor
      Parameters:
      message - The exception message
      reas - The throwable reason
    • ContentException

      public ContentException(Throwable reas)
      Constructor
      Parameters:
      reas - The throwable reason