Package ghidra.util.exception
Class RollbackException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- ghidra.util.exception.RollbackException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class RollbackException extends java.lang.RuntimeExceptionException thrown when a transaction should be rolled back.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RollbackException(java.lang.String message)ConstructorRollbackException(java.lang.String message, java.lang.Throwable cause)ConstructorRollbackException(java.lang.Throwable cause)Constructor
 
- 
- 
- 
Constructor Detail- 
RollbackExceptionpublic RollbackException(java.lang.Throwable cause) Constructor- Parameters:
- cause- cause of exception
 
 - 
RollbackExceptionpublic RollbackException(java.lang.String message) Constructor- Parameters:
- message- the message explaining what caused the exception.
 
 - 
RollbackExceptionpublic RollbackException(java.lang.String message, java.lang.Throwable cause)Constructor- Parameters:
- message- the message explaining what caused the exception.
- cause- cause of exception
 
 
- 
 
-