p12f.exe.thirdsgateway.exceptions
Class ValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ejie.r01f.exceptions.R01FBaseException
              extended byp12f.exe.thirdsgateway.exceptions.ValidationException
All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends com.ejie.r01f.exceptions.R01FBaseException

Excepción relacionada con la carga de una configuración.

See Also:
Serialized Form

Constructor Summary
ValidationException()
           
ValidationException(java.lang.Exception cause)
           
ValidationException(long exNumber, java.lang.Exception cause)
           
ValidationException(long exNumber, java.lang.String msg)
           
ValidationException(long exNumber, java.lang.String msg, java.lang.Exception cause)
           
ValidationException(java.lang.String msg)
           
ValidationException(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

ValidationException

public ValidationException()

ValidationException

public ValidationException(java.lang.Exception cause)
Parameters:
cause -

ValidationException

public ValidationException(long exNumber,
                           java.lang.Exception cause)
Parameters:
exNumber -
cause -

ValidationException

public ValidationException(long exNumber,
                           java.lang.String msg,
                           java.lang.Exception cause)
Parameters:
exNumber -
msg -
cause -

ValidationException

public ValidationException(long exNumber,
                           java.lang.String msg)
Parameters:
exNumber -
msg -

ValidationException

public ValidationException(java.lang.String msg,
                           java.lang.Exception cause)
Parameters:
msg -
cause -

ValidationException

public ValidationException(java.lang.String msg)
Parameters:
msg -