net.sf.ginp.setup
Class SetupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.ginp.setup.SetupException
All Implemented Interfaces:
java.io.Serializable

public class SetupException
extends java.lang.Exception

If something goes wrong during a setup procedure

Author:
Justin Sher
See Also:
Serialized Form

Constructor Summary
SetupException()
          Default Constructor
SetupException(java.lang.String arg0)
           
SetupException(java.lang.String arg0, java.lang.Throwable arg1)
           
SetupException(java.lang.Throwable arg0)
           
 
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

SetupException

public SetupException()
Default Constructor


SetupException

public SetupException(java.lang.String arg0)
Parameters:
arg0 - message

SetupException

public SetupException(java.lang.String arg0,
                      java.lang.Throwable arg1)
Parameters:
arg0 - message
arg1 - exception

SetupException

public SetupException(java.lang.Throwable arg0)
Parameters:
arg0 - a throwable


Copyright © 2004-2007 null. All Rights Reserved.