com.dalsemi.tininet.ppp
Class PPPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dalsemi.tininet.ppp.PPPException

public class PPPException
extends Exception

Signals that a PPP exception has occurred.

See Also:
Serialized Form

Constructor Summary
PPPException()
          Constructs an PPPException with no detail message.
PPPException(String s)
          Constructs an PPPException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PPPException

public PPPException()
Constructs an PPPException with no detail message.

PPPException

public PPPException(String s)
Constructs an PPPException with the specified detail message.
Parameters:
s - the detail message.