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