galaxiia.exception
Class TempsDepasse

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by galaxiia.exception.TempsDepasse
All Implemented Interfaces:
Serializable

public class TempsDepasse
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
TempsDepasse()
           
TempsDepasse(String arg0)
           
TempsDepasse(String arg0, Throwable arg1)
           
TempsDepasse(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TempsDepasse

public TempsDepasse()

TempsDepasse

public TempsDepasse(String arg0,
                    Throwable arg1)

TempsDepasse

public TempsDepasse(String arg0)

TempsDepasse

public TempsDepasse(Throwable arg0)