hypercast
Class HyperCastFatalRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--hypercast.HyperCastFatalRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class HyperCastFatalRuntimeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
HyperCastFatalRuntimeException()
           
HyperCastFatalRuntimeException(java.lang.String message)
           
HyperCastFatalRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
HyperCastFatalRuntimeException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HyperCastFatalRuntimeException

public HyperCastFatalRuntimeException()

HyperCastFatalRuntimeException

public HyperCastFatalRuntimeException(java.lang.Throwable cause)

HyperCastFatalRuntimeException

public HyperCastFatalRuntimeException(java.lang.String message)

HyperCastFatalRuntimeException

public HyperCastFatalRuntimeException(java.lang.String message,
                                      java.lang.Throwable cause)