ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/jakarta/transaction/HeuristicRollbackException.java

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/jakarta/transaction/HeuristicRollbackException.java
Status
scanned
Type
file
Name
HeuristicRollbackException.java
Extension
.java
Programming language
Java
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
1181 (1.2 KB)
MD5
ac5a9cc8aa2211f0a7585f58f59345ad
SHA1
18c0638336b3a23162b18ca3ac63ea83f228416a
SHA256
ad445555440b986017dccf554e4fd344566620eca9d09ee883c7a61733e75282
SHA512

      
    
SHA1_git
0e3016081f31b7a78ef4d1bf8cf593b8af0360e1
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
HeuristicRollbackException.java | 1.2 KB |

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package jakarta.transaction; import java.io.Serial; public class HeuristicRollbackException extends Exception { @Serial private static final long serialVersionUID = -3483618944556408897L; public HeuristicRollbackException() { super(); } public HeuristicRollbackException(String msg) { super(msg); } }
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
81.51
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 9 9