org.cruxframework.crux.core.server.launcher
Class CruxLaunchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cruxframework.crux.core.server.launcher.CruxLaunchException
All Implemented Interfaces:
Serializable

public class CruxLaunchException
extends RuntimeException

Author:
Thiago da Rosa de Bustamante
See Also:
Serialized Form

Constructor Summary
CruxLaunchException()
           
CruxLaunchException(String message)
           
CruxLaunchException(String message, Throwable cause)
           
CruxLaunchException(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

CruxLaunchException

public CruxLaunchException()

CruxLaunchException

public CruxLaunchException(String message,
                           Throwable cause)

CruxLaunchException

public CruxLaunchException(String message)

CruxLaunchException

public CruxLaunchException(Throwable cause)


Copyright © 2014. All rights reserved.