com.foxsmart.csu.config
Class InvalidConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.foxsmart.csu.config.InvalidConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigurationException
extends java.lang.Exception

This exception is thrown when an invalid Cisco router configuration is encountered.

See Also:
Serialized Form

Constructor Summary
InvalidConfigurationException()
          Constructs a new invalid configuration exception with no message.
InvalidConfigurationException(java.lang.String message)
          Constructs a new invalid configuration exception with a 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

InvalidConfigurationException

public InvalidConfigurationException()
Constructs a new invalid configuration exception with no message.


InvalidConfigurationException

public InvalidConfigurationException(java.lang.String message)
Constructs a new invalid configuration exception with a message.

Parameters:
message - The message to include in the exception.


Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.