com.ccg.net
Class MissingProperties

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
MissingProperties()
          Construct a MissingProperties exception with null as its message.
MissingProperties(String msg)
          Construct a MissingProperties exception with a detailed message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.