com.acciente.induction.util
Class MethodNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.acciente.induction.util.MethodNotFoundException
All Implemented Interfaces:
Serializable

public class MethodNotFoundException
extends Exception

Internal.

Author:
Adinath Raveendra Raj
See Also:
Serialized Form

Constructor Summary
MethodNotFoundException(String sMessage)
           
MethodNotFoundException(String sMessage, Throwable oCause)
           
 
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

MethodNotFoundException

public MethodNotFoundException(String sMessage)

MethodNotFoundException

public MethodNotFoundException(String sMessage,
                               Throwable oCause)


Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.