Package org.wildfly.core.embedded
Class ServerStartException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wildfly.core.embedded.ServerStartException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmbeddedProcessStartException
@Deprecated public class ServerStartException extends Exception
Deprecated.use theEmbeddedProcessStartExceptionsubclass as this level of the type hierarchy will be removed- Author:
- John E. Bailey
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerStartException(String message)Deprecated.ServerStartException(String message, Throwable cause)Deprecated.ServerStartException(Throwable cause)Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-