Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jpos.services
Class custDisplayException  view custDisplayException download custDisplayException.java

java.lang.Object
  extended byJposException
      extended byjpos.services.custDisplayException

public class custDisplayException
extends JposException


Constructor Summary
custDisplayException(int errorCode)
           
custDisplayException(int errorCode, int errorCodeExtended)
           
custDisplayException(int errorCode, int errorCodeExtended, java.lang.String description)
           
custDisplayException(int errorCode, int errorCodeExtended, java.lang.String description, java.lang.Exception origException)
           
custDisplayException(int errorCode, java.lang.String description)
           
custDisplayException(int errorCode, java.lang.String description, java.lang.Exception origException)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

custDisplayException

public custDisplayException(int errorCode)

custDisplayException

public custDisplayException(int errorCode,
                            int errorCodeExtended)

custDisplayException

public custDisplayException(int errorCode,
                            java.lang.String description)

custDisplayException

public custDisplayException(int errorCode,
                            int errorCodeExtended,
                            java.lang.String description)

custDisplayException

public custDisplayException(int errorCode,
                            java.lang.String description,
                            java.lang.Exception origException)

custDisplayException

public custDisplayException(int errorCode,
                            int errorCodeExtended,
                            java.lang.String description,
                            java.lang.Exception origException)