Class RuleError
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- software.amazon.awssdk.core.exception.SdkException
- 
- software.amazon.awssdk.services.sagemakerruntime.endpoints.internal.RuleError
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class RuleError extends SdkException - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceRuleError.Builder
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedRuleError(software.amazon.awssdk.services.sagemakerruntime.endpoints.internal.RuleError.BuilderImpl builder)
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static RuleError.Builderbuilder()static <T> Tctx(String message, Runnable f)static <T> Tctx(String message, Supplier<T> f)- 
Methods inherited from class software.amazon.awssdk.core.exception.SdkExceptioncreate, retryable, toBuilder
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
builderpublic static RuleError.Builder builder() 
 
- 
 
-