public class UnsupportedMethodException extends RuntimeException
Constructor and Description |
---|
UnsupportedMethodException() |
UnsupportedMethodException(String inMessage) |
UnsupportedMethodException(String inMessage,
Throwable inException) |
UnsupportedMethodException(Throwable inException) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedMethodException()
public UnsupportedMethodException(String inMessage)
public UnsupportedMethodException(String inMessage, Throwable inException)
public UnsupportedMethodException(Throwable inException)
jataylor@hairyfatguy.com