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

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

FailedOperationException

public FailedOperationException(String arg0)
Parameters:
arg0 -

FailedOperationException

public FailedOperationException(String arg0,
                                Throwable arg1)
Parameters:
arg0 -
arg1 -

FailedOperationException

public FailedOperationException(Throwable arg0)
Parameters:
arg0 -


Copyright © 2009. All Rights Reserved.