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. |
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.