com.quartzdesk.service.types.v2_0.fault
Class ServiceFaultInfo
java.lang.Object
com.quartzdesk.service.types.v2_0.fault.FaultInfo
com.quartzdesk.service.types.v2_0.fault.ServiceFaultInfo
public class ServiceFaultInfo
- extends FaultInfo
Represents a service fault.
Java class for ServiceFaultInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceFaultInfo">
<complexContent>
<extension base="{http://service.quartzdesk.com/types/v2_0/fault}FaultInfo">
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceFaultInfo
public ServiceFaultInfo()
withMessage
public ServiceFaultInfo withMessage(String value)
- Overrides:
withMessage in class FaultInfo
withStackTrace
public ServiceFaultInfo withStackTrace(String value)
- Overrides:
withStackTrace in class FaultInfo
withCause
public ServiceFaultInfo withCause(FaultInfo value)
- Overrides:
withCause in class FaultInfo
Copyright © 2013–2017 QuartzDesk.com. All rights reserved.