com.ejie.r01f.businessdelegate
Class BzdConfigException

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

public class BzdConfigException
extends R01FBaseException

See Also:
Serialized Form

Constructor Summary
BzdConfigException()
          Constructor vacio
BzdConfigException(java.lang.Exception cause)
          Constructor en base a una causa
BzdConfigException(long exNumber, java.lang.Exception cause)
          Constructor en base a un número de error y una causa
BzdConfigException(long exNumber, java.lang.String msg)
          Constructor en base a un número de error y una excepción causa
BzdConfigException(long exNumber, java.lang.String msg, java.lang.Exception cause)
          Constructor en base a un número de error, un mensaje y una causa
BzdConfigException(java.lang.String msg)
          Constructor en base a un mensaje
BzdConfigException(java.lang.String msg, java.lang.Exception cause)
          Constructor en base a un mensaje y una causa
 
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

BzdConfigException

public BzdConfigException()
Constructor vacio


BzdConfigException

public BzdConfigException(java.lang.Exception cause)
Constructor en base a una causa

Parameters:
cause -

BzdConfigException

public BzdConfigException(long exNumber,
                          java.lang.Exception cause)
Constructor en base a un número de error y una causa

Parameters:
exNumber -
cause -

BzdConfigException

public BzdConfigException(java.lang.String msg)
Constructor en base a un mensaje

Parameters:
msg -

BzdConfigException

public BzdConfigException(long exNumber,
                          java.lang.String msg)
Constructor en base a un número de error y una excepción causa

Parameters:
exNumber -
msg -

BzdConfigException

public BzdConfigException(java.lang.String msg,
                          java.lang.Exception cause)
Constructor en base a un mensaje y una causa

Parameters:
msg -
cause -

BzdConfigException

public BzdConfigException(long exNumber,
                          java.lang.String msg,
                          java.lang.Exception cause)
Constructor en base a un número de error, un mensaje y una causa

Parameters:
exNumber -
msg -
cause -