com.fatwire.gst.foundation.controller.action.support
Class NoSuchMethodExceptionRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.fatwire.gst.foundation.controller.action.support.NoSuchMethodExceptionRuntimeException
All Implemented Interfaces:
Serializable

public class NoSuchMethodExceptionRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
NoSuchMethodExceptionRuntimeException()
           
NoSuchMethodExceptionRuntimeException(String message)
           
NoSuchMethodExceptionRuntimeException(String message, Throwable cause)
           
NoSuchMethodExceptionRuntimeException(Throwable cause)
           
 
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

NoSuchMethodExceptionRuntimeException

public NoSuchMethodExceptionRuntimeException()

NoSuchMethodExceptionRuntimeException

public NoSuchMethodExceptionRuntimeException(String message)

NoSuchMethodExceptionRuntimeException

public NoSuchMethodExceptionRuntimeException(Throwable cause)

NoSuchMethodExceptionRuntimeException

public NoSuchMethodExceptionRuntimeException(String message,
                                             Throwable cause)


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.