Class UnknownPrinterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.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:
  • Constructor Details

    • UnknownPrinterException

      public UnknownPrinterException()
      Creates new UnknownPrinterException without detail message.
    • UnknownPrinterException

      public UnknownPrinterException(String msg)
      Constructs an UnknownPrinterException with the specified detail message.
      Parameters:
      msg - the detail message.