Package org.icatproject
Class IcatException_Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.icatproject.IcatException_Exception
-
- All Implemented Interfaces:
Serializable
@WebFault(name="IcatException", targetNamespace="http://icatproject.org") public class IcatException_Exception extends ExceptionThis class was generated by the JAX-WS RI. JAX-WS RI 4.0.0-M4 Generated source version: 3.0- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IcatException_Exception(String message, IcatException faultInfo)IcatException_Exception(String message, IcatException faultInfo, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IcatExceptiongetFaultInfo()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IcatException_Exception
public IcatException_Exception(String message, IcatException faultInfo)
- Parameters:
faultInfo-message-
-
IcatException_Exception
public IcatException_Exception(String message, IcatException faultInfo, Throwable cause)
- Parameters:
faultInfo-cause-message-
-
-
Method Detail
-
getFaultInfo
public IcatException getFaultInfo()
- Returns:
- returns fault bean: org.icatproject.IcatException
-
-