springs.context
Class ContextStartingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--springs.util.SpringsException
|
+--springs.context.ContextStartingException
- All Implemented Interfaces:
- java.io.Serializable
- public class ContextStartingException
- extends SpringsException
An exception that indicates that context cannot be started.
- Author:
- Sergio Ilarri Artigas
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ContextStartingException
public ContextStartingException()
ContextStartingException
public ContextStartingException(java.lang.String msg)
ContextStartingException
public ContextStartingException(java.lang.Throwable t)
ContextStartingException
public ContextStartingException(java.lang.String mensaje,
java.lang.Throwable t)