com.armatiek.infofuze.error
Class InfofuzeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.armatiek.infofuze.error.InfofuzeException
All Implemented Interfaces:
java.io.Serializable

public class InfofuzeException
extends java.lang.RuntimeException

Infofuze Exception class

Author:
Maarten Kroon
See Also:
Serialized Form

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

Constructor Detail

InfofuzeException

public InfofuzeException(java.lang.String message)

InfofuzeException

public InfofuzeException(java.lang.Throwable cause)

InfofuzeException

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