java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.print.PrintException
gnu.javax.print.ipp.IppException
- All Implemented Interfaces:
- java.io.Serializable
- public class IppException
- extends javax.print.PrintException
IppException
signals exception thrown by
the IPP implementation for various things like a failed
ipp request or a wrapped io exception.
Nested classes inherited from class java.lang.Throwable |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IppException
public IppException()
- Creates an
IppException
.
IppException
public IppException(java.lang.String s)
- Creates an
IppException
.
IppException
public IppException(java.lang.Exception e)
- Creates an
IppException
.
IppException
public IppException(java.lang.String s,
java.lang.Exception e)
- Creates an
IppException
.