|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--jain.JainException | +--jain.MethodNotSupportedException
This Exception indicates that the method which was invoked is not supported by the implementation.
Constructor Summary | |
MethodNotSupportedException()
Constructs a new MethodNotSupportedException |
|
MethodNotSupportedException(java.lang.String msg)
Constructs a new MethodNotSupportedException with the specified detail
message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MethodNotSupportedException(java.lang.String msg)
MethodNotSupportedException
with the specified detail
message.msg
- the detail of the messagepublic MethodNotSupportedException()
MethodNotSupportedException
|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |