Class ContentProcessingException

  • All Implemented Interfaces:
    Serializable

    public class ContentProcessingException
    extends Exception
    Creation-Date: 08.05.2007, 20:08:45
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • ContentProcessingException

        public ContentProcessingException()
        Creates a StackableRuntimeException with no message and no parent.
      • ContentProcessingException

        public ContentProcessingException​(String message,
                                          Exception ex)
        Creates an exception.
        Parameters:
        message - the exception message.
        ex - the parent exception.
      • ContentProcessingException

        public ContentProcessingException​(String message)
        Creates an exception.
        Parameters:
        message - the exception message.
      • ContentProcessingException

        public ContentProcessingException​(Throwable cause)