| Package | Description | 
|---|---|
| weblogic.wsee.reliability2 | Provides classes for  weblogic.wsee.reliability2. | 
| weblogic.wsee.reliability2.faults | Provides classes and exceptions for  weblogic.wsee.reliability2.faults. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static WsrmConstants.FaultCode | WsrmConstants.FaultCode. valueOf(java.lang.String name) | Deprecated. Returns the enum constant of this type with the specified name. | 
| static WsrmConstants.FaultCode[] | WsrmConstants.FaultCode. values() | Deprecated. Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Field | Description | 
|---|---|---|
| protected WsrmConstants.FaultCode | WsrmFaultMsg. code | WSRM Specification:  fault code, minus any SOAP prefix | 
| Modifier and Type | Method | Description | 
|---|---|---|
| WsrmConstants.FaultCode | WsrmFaultMsg. getCode() | 
| Constructor | Description | 
|---|---|
| SequenceFaultMsg(WsrmConstants.RMVersion rmVersion,
                WsrmConstants.FaultGeneratedBy generatedBy,
                WsrmConstants.FaultCode code,
                java.lang.String subCode,
                java.lang.String reason,
                SequenceFaultMsgType type) | Creates a new sequence fault message. | 
| WsrmFaultMsg(WsrmConstants.RMVersion rmVersion,
            WsrmConstants.FaultCode code,
            java.lang.String subCode,
            java.lang.String reason,
            SequenceFaultMsgType type) |