com.ccg.net
Class MissingProperties
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ccg.net.MissingProperties
- All Implemented Interfaces:
- Serializable
public class MissingProperties
- extends Exception
Exception indicating that information is missing.
This exception indicates that there was not enough information
available to perform the desired action. For example, if you were
using a Connection object to open up a TCP connection, but
did not supply a port number, you might get hit with this
exception.
- Since:
- 1.0
- Version:
- $Revision: 1.2 $
- Author:
- $Author: pkb $
- See Also:
Connection,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingProperties
public MissingProperties()
- Construct a
MissingProperties exception with null as its message.
- Since:
- 1.0
- See Also:
Connection
MissingProperties
public MissingProperties(String msg)
- Construct a
MissingProperties exception with a detailed message.
- Parameters:
msg - Detailed message to associate with exception.- Since:
- 1.0
- See Also:
Connection
Copyright 1998-1998-2006 null. All Rights Reserved.