kerberos.exceptions
Class ZahlNichtPositivException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bykerberos.exceptions.ZahlNichtPositivException
All Implemented Interfaces:
java.io.Serializable

public class ZahlNichtPositivException
extends java.lang.RuntimeException

Diese Exception wird geworfen, wenn eine angegebene Zahl positiv sein muss. (Erbt nicht von der KerberosException). Diese Exception ist (zur Zeit) eine RuntimeException

Author:
Stephan
See Also:
Serialized Form

Constructor Summary
ZahlNichtPositivException()
           
ZahlNichtPositivException(java.lang.String message)
           
 
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

ZahlNichtPositivException

public ZahlNichtPositivException()

ZahlNichtPositivException

public ZahlNichtPositivException(java.lang.String message)
Parameters:
message -