KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > transaction > NotSupportedException

javax.transaction
Class NotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.transaction.NotSupportedException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public NotSupportedException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NotSupportedException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags