netcharts.server.api
Class NSToolKitException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--netcharts.server.api.NSToolKitException
- All Implemented Interfaces:
- java.io.Serializable
- public class NSToolKitException
- extends java.lang.Exception
Exception class for NSToolKit connection errors.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NSToolKitException
public NSToolKitException(java.lang.Exception e)
- Constructor. The base exception's class name plus message are used
for the message.
- Parameters:
e - Base Exception.
NSToolKitException
public NSToolKitException(java.io.InputStream is,
java.lang.Exception e)
- Constructor. InputStream contents are used for the exception message
if they exist, otherwise the base exception's class name plus
message are used.
- Parameters:
is - InputStream containing error message.e - Base Exception.
NSToolKitException
public NSToolKitException(java.lang.String s,
java.lang.Exception e)
- Constructor. String is used for the exception message if non null,
otherwise the base exception's class name plus message are used.
- Parameters:
s - String containing error message.e - Base Exception.
NSToolKitException
public NSToolKitException(java.lang.String s)
- Constructor.
- Parameters:
s - String containing error message.
Visual Mining, Inc. 15825 Shady Grove Rd. Suite 20 Rockville, MD 20850 800.308.0731 301.947.8293 FAX | | Copyright © Visual Mining, Inc. 1996 - 2007 All Rights Reserved. NetCharts Server TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders. |
Last Modified: Jun 14, 2007 |