Errai 3.0.1-SNAPSHOT

org.jboss.errai.common.server.api
Class ErraiBootstrapFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ErraiBootstrapFailure()
           
ErraiBootstrapFailure(String message)
           
ErraiBootstrapFailure(String message, Throwable cause)
           
ErraiBootstrapFailure(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErraiBootstrapFailure

public ErraiBootstrapFailure()

ErraiBootstrapFailure

public ErraiBootstrapFailure(String message)

ErraiBootstrapFailure

public ErraiBootstrapFailure(String message,
                             Throwable cause)

ErraiBootstrapFailure

public ErraiBootstrapFailure(Throwable cause)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.