Package es.caib.seycon.ng.exception
Class UnknownPrinterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.seycon.ng.exception.UnknownPrinterException
-
- All Implemented Interfaces:
Serializable
public class UnknownPrinterException extends Exception
Excepción impresora desconocida- Version:
- $Revision: 1.1.2.1 $
- Author:
- $Author: u07286 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownPrinterException()
Creates newUnknownPrinterException
without detail message.UnknownPrinterException(String msg)
Constructs anUnknownPrinterException
with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownPrinterException
public UnknownPrinterException()
Creates newUnknownPrinterException
without detail message.
-
UnknownPrinterException
public UnknownPrinterException(String msg)
Constructs anUnknownPrinterException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-