KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > PrintException

javax.print
Class PrintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.print.PrintException
All Implemented Interfaces:
Serializable
See Also:
Source Code

public PrintException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrintException(Exception e)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrintException(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrintException(String s,
                      Exception e)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags