hypercast
Class HyperCastConfigException

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

public class HyperCastConfigException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
HyperCastConfigException()
           
HyperCastConfigException(java.lang.String message)
           
HyperCastConfigException(java.lang.String message, java.lang.Throwable cause)
           
HyperCastConfigException(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

HyperCastConfigException

public HyperCastConfigException()

HyperCastConfigException

public HyperCastConfigException(java.lang.Throwable cause)

HyperCastConfigException

public HyperCastConfigException(java.lang.String message)

HyperCastConfigException

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