public abstract class ServiceFault extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServiceFault.Builder |
static class |
ServiceFault.Details |
Constructor and Description |
---|
ServiceFault() |
Modifier and Type | Method and Description |
---|---|
static ServiceFault.Builder |
builder() |
abstract ServiceFault.Details |
details() |
abstract String |
faultCode() |
abstract String |
faultString() |
public abstract String faultCode()
public abstract String faultString()
@Nullable public abstract ServiceFault.Details details()
public static ServiceFault.Builder builder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.