org.opennms.netmgt.capsd
Class InsufficientInformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.netmgt.capsd.InsufficientInformationException
All Implemented Interfaces:
Serializable

public class InsufficientInformationException
extends Exception

InsufficientInformationException class.

Version:
$Id: $
Author:
brozow FIXME To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
See Also:
Serialized Form

Constructor Summary
InsufficientInformationException()
          Constructor for InsufficientInformationException.
InsufficientInformationException(String arg0)
          Constructor for InsufficientInformationException.
InsufficientInformationException(String arg0, Throwable arg1)
          Constructor for InsufficientInformationException.
InsufficientInformationException(Throwable arg0)
          Constructor for InsufficientInformationException.
 
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

InsufficientInformationException

public InsufficientInformationException()

Constructor for InsufficientInformationException.


InsufficientInformationException

public InsufficientInformationException(String arg0)

Constructor for InsufficientInformationException.

Parameters:
arg0 - a String object.

InsufficientInformationException

public InsufficientInformationException(String arg0,
                                        Throwable arg1)

Constructor for InsufficientInformationException.

Parameters:
arg0 - a String object.
arg1 - a Throwable object.

InsufficientInformationException

public InsufficientInformationException(Throwable arg0)

Constructor for InsufficientInformationException.

Parameters:
arg0 - a Throwable object.


Copyright © 2011. All Rights Reserved.