com.gbayer.basicblackjack
Class GameQuitExection

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gbayer.basicblackjack.GameQuitExection
All Implemented Interfaces:
java.io.Serializable

public class GameQuitExection
extends java.lang.Exception

The Class GameQuitExection.

Author:
Greg Bayer
See Also:
Serialized Form

Constructor Summary
GameQuitExection()
          Instantiates a new game quit exection.
GameQuitExection(java.lang.String message)
          Instantiates a new game quit exection.
GameQuitExection(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new game quit exection.
GameQuitExection(java.lang.Throwable cause)
          Instantiates a new game quit exection.
 
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

GameQuitExection

public GameQuitExection()
Instantiates a new game quit exection.


GameQuitExection

public GameQuitExection(java.lang.String message)
Instantiates a new game quit exection.

Parameters:
message - the message

GameQuitExection

public GameQuitExection(java.lang.Throwable cause)
Instantiates a new game quit exection.

Parameters:
cause - the cause

GameQuitExection

public GameQuitExection(java.lang.String message,
                        java.lang.Throwable cause)
Instantiates a new game quit exection.

Parameters:
message - the message
cause - the cause