Uses of Class
org.icatproject.IcatException
-
Packages that use IcatException Package Description org.icatproject -
-
Uses of IcatException in org.icatproject
Methods in org.icatproject that return IcatException Modifier and Type Method Description IcatExceptionObjectFactory. createIcatException()Create an instance ofIcatExceptionIcatExceptionIcatException_Exception. getFaultInfo()Methods in org.icatproject that return types with arguments of type IcatException Modifier and Type Method Description jakarta.xml.bind.JAXBElement<IcatException>ObjectFactory. createIcatException(IcatException value)Methods in org.icatproject with parameters of type IcatException Modifier and Type Method Description jakarta.xml.bind.JAXBElement<IcatException>ObjectFactory. createIcatException(IcatException value)Constructors in org.icatproject with parameters of type IcatException Constructor Description IcatException_Exception(String message, IcatException faultInfo)IcatException_Exception(String message, IcatException faultInfo, Throwable cause)
-