com.ejie.r01f.exceptions
Class InitializeException

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

public class InitializeException
extends R01FBaseException

Excepcion lanzada durante la inicialización de cualquier clase

See Also:
Serialized Form

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

InitializeException

public InitializeException()

InitializeException

public InitializeException(java.lang.Exception cause)

InitializeException

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

InitializeException

public InitializeException(java.lang.String msg)

InitializeException

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

InitializeException

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

InitializeException

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