com.ejie.r01f.exceptions
Class InitializeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ejie.r01f.exceptions.R01FBaseException
com.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
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 |
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)