org.jboss.errai.common.server.api
Class ErraiBootstrapFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.errai.common.server.api.ErraiBootstrapFailure
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InjectionFailure
public class ErraiBootstrapFailure
- extends RuntimeException
ErraiBootstrapFailure extends the RuntimeException. It is thrown when configurations and/or
initializations of the server fail
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ErraiBootstrapFailure
public ErraiBootstrapFailure()
ErraiBootstrapFailure
public ErraiBootstrapFailure(String message)
ErraiBootstrapFailure
public ErraiBootstrapFailure(String message,
Throwable cause)
ErraiBootstrapFailure
public ErraiBootstrapFailure(Throwable cause)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.