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:
Serializable
Exception thrown when a transaction should be rolled back.
- See Also:
-
Constructor Summary
ConstructorDescriptionRollbackException
(String message) ConstructorRollbackException
(String message, Throwable cause) ConstructorRollbackException
(Throwable cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RollbackException
Constructor- Parameters:
cause
- cause of exception
-
RollbackException
Constructor- Parameters:
message
- the message explaining what caused the exception.
-
RollbackException
Constructor- Parameters:
message
- the message explaining what caused the exception.cause
- cause of exception
-