com.ejie.r01f.jvt
Class JVTComparatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ejie.r01f.exceptions.R01FBaseException
              extended bycom.ejie.r01f.jvt.JVTComparatorException
All Implemented Interfaces:
java.io.Serializable

public class JVTComparatorException
extends R01FBaseException

Excepción lanzada en el proceso de comparación de JVTs (Java Value Types)

See Also:
Serialized Form

Constructor Summary
JVTComparatorException()
           
JVTComparatorException(java.lang.Exception cause)
           
JVTComparatorException(long exNumber, java.lang.Exception cause)
           
JVTComparatorException(long exNumber, java.lang.String msg)
           
JVTComparatorException(long exNumber, java.lang.String msg, java.lang.Exception cause)
           
JVTComparatorException(java.lang.String msg)
           
JVTComparatorException(java.lang.String msg, java.lang.Exception cause)
           
 
Methods inherited from class com.ejie.r01f.exceptions.R01FBaseException
getDetailedMessage, getErrorNumber, getMessage, getRawMessage, setErrorNumber, toHtml, toString, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JVTComparatorException

public JVTComparatorException()

JVTComparatorException

public JVTComparatorException(java.lang.Exception cause)

JVTComparatorException

public JVTComparatorException(long exNumber,
                              java.lang.Exception cause)

JVTComparatorException

public JVTComparatorException(java.lang.String msg)

JVTComparatorException

public JVTComparatorException(long exNumber,
                              java.lang.String msg)

JVTComparatorException

public JVTComparatorException(java.lang.String msg,
                              java.lang.Exception cause)

JVTComparatorException

public JVTComparatorException(long exNumber,
                              java.lang.String msg,
                              java.lang.Exception cause)