Class SeataATConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.shardingsphere.infra.util.exception.external.ShardingSphereExternalException
-
- org.apache.shardingsphere.infra.util.exception.external.sql.ShardingSphereSQLException
-
- org.apache.shardingsphere.infra.util.exception.external.sql.type.kernel.KernelSQLException
-
- org.apache.shardingsphere.transaction.exception.TransactionSQLException
-
- org.apache.shardingsphere.transaction.base.seata.at.exception.SeataATConfigurationException
-
- All Implemented Interfaces:
Serializable
public final class SeataATConfigurationException extends TransactionSQLException
Seata AT configuration exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SeataATConfigurationException(String errorMessage)
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.infra.util.exception.external.sql.ShardingSphereSQLException
toSQLException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SeataATConfigurationException
public SeataATConfigurationException(String errorMessage)
-
-