public class MethodNotSupportedException extends CommonRuntimeException
| コンストラクタと説明 |
|---|
MethodNotSupportedException() |
MethodNotSupportedException(java.lang.String message) |
MethodNotSupportedException(java.lang.String message,
java.lang.Throwable t) |
MethodNotSupportedException(java.lang.Throwable t) |
getCause, printStackTrace, printStackTracepublic MethodNotSupportedException()
public MethodNotSupportedException(java.lang.String message)
public MethodNotSupportedException(java.lang.Throwable t)
public MethodNotSupportedException(java.lang.String message,
java.lang.Throwable t)