Class UncheckedRelationalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.apple.foundationdb.relational.api.exceptions.UncheckedRelationalException
-
- All Implemented Interfaces:
java.io.Serializable
@API(EXPERIMENTAL) public class UncheckedRelationalException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedRelationalException(RelationalException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelationalException
unwrap()
-
-
-
Constructor Detail
-
UncheckedRelationalException
public UncheckedRelationalException(RelationalException cause)
-
-
Method Detail
-
unwrap
public RelationalException unwrap()
-
-