Class PagedMediaWriterException

  • All Implemented Interfaces:
    Serializable

    public class PagedMediaWriterException
    extends Exception
    A PagedMediaWriterException is an exception that indicates conditions in a PagedMediaWriter that a reasonable application might want to catch.
    See Also:
    Serialized Form
    • Constructor Detail

      • PagedMediaWriterException

        public PagedMediaWriterException()
        Constructs a new exception with null as its detail message.
      • PagedMediaWriterException

        public PagedMediaWriterException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message
      • PagedMediaWriterException

        public PagedMediaWriterException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - the cause
      • PagedMediaWriterException

        public PagedMediaWriterException​(String message,
                                         Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause