org.opennms.netmgt.capsd
Class FailedOperationException

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

public class FailedOperationException
extends Exception

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

FailedOperationException

public FailedOperationException()

Constructor for FailedOperationException.


FailedOperationException

public FailedOperationException(String arg0)

Constructor for FailedOperationException.

Parameters:
arg0 - a String object.

FailedOperationException

public FailedOperationException(String arg0,
                                Throwable arg1)

Constructor for FailedOperationException.

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

FailedOperationException

public FailedOperationException(Throwable arg0)

Constructor for FailedOperationException.

Parameters:
arg0 - a Throwable object.


Copyright © 2011. All Rights Reserved.