Uses of Class
dev.vality.identity.SubFailure
| Package | Description |
|---|---|
| dev.vality.identity |
-
Uses of SubFailure in dev.vality.identity
Fields in dev.vality.identity declared as SubFailure Modifier and Type Field Description SubFailureFailure. subSubFailureSubFailure. subMethods in dev.vality.identity that return SubFailure Modifier and Type Method Description SubFailureSubFailure. deepCopy()SubFailureFailure. getSub()SubFailureSubFailure. getSub()SubFailureSubFailure. setCode(String code)SubFailureSubFailure. setSub(SubFailure sub)Methods in dev.vality.identity with parameters of type SubFailure Modifier and Type Method Description intSubFailure. compareTo(SubFailure other)booleanSubFailure. equals(SubFailure that)FailureFailure. setSub(SubFailure sub)SubFailureSubFailure. setSub(SubFailure sub)Constructors in dev.vality.identity with parameters of type SubFailure Constructor Description SubFailure(SubFailure other)Performs a deep copy on other.