KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > UnexpectedObjectException

javax.xml.registry
Class UnexpectedObjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.xml.registry.JAXRException
              extended byjavax.xml.registry.UnexpectedObjectException
All Implemented Interfaces:
JAXRResponse, Serializable
See Also:
Source Code

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


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


public UnexpectedObjectException(String reason,
                                 Throwable cause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags