public class PagedMediaWriterException extends Exception
PagedMediaWriter that a reasonable
application might want to catch.| Constructor and Description |
|---|
PagedMediaWriterException()
Constructs a new exception with null as its detail message.
|
PagedMediaWriterException(String message)
Constructs a new exception with the specified detail message.
|
PagedMediaWriterException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
PagedMediaWriterException(Throwable cause)
Constructs a new exception with the specified cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PagedMediaWriterException()
public PagedMediaWriterException(String message)
message - the detail messagepublic PagedMediaWriterException(Throwable cause)
cause - the cause