Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cvebrowser.dictionary.data.net
Class NetException  view NetException download NetException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycvebrowser.exception.CVEBrowserException
              extended bycvebrowser.dictionary.data.net.NetException
All Implemented Interfaces:
java.io.Serializable

public final class NetException
extends cvebrowser.exception.CVEBrowserException

NetException - Models an exception inside the cvebrowser.dictionary.data.net package.

Version:
0.1 - 07/06/2003

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class cvebrowser.exception.CVEBrowserException
STACK_TRACE_LEVEL_SEPARATOR
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NetException()
          Default constructor
NetException(java.lang.String message_)
          Parametric constructor
NetException(java.lang.String message_, java.lang.Throwable throwbl_)
          Create an exception with extra context information.
 
Method Summary
private  void readObject(java.io.ObjectInputStream in_)
          Make this class undeserializeable.
private  void writeObject(java.io.ObjectOutputStream out_)
          Make this class unserializable.
 
Methods inherited from class cvebrowser.exception.CVEBrowserException
clone, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetException

public NetException()
Default constructor


NetException

public NetException(java.lang.String message_)
Parametric constructor


NetException

public NetException(java.lang.String message_,
                    java.lang.Throwable throwbl_)
Create an exception with extra context information.

Method Detail

writeObject

private final void writeObject(java.io.ObjectOutputStream out_)
                        throws java.io.IOException
Make this class unserializable. Any attempt to serialize will throw an exception.


readObject

private final void readObject(java.io.ObjectInputStream in_)
                       throws java.io.IOException
Make this class undeserializeable. Throw an exception if this method is ever called.