Package org.xipki.scep.transaction
Class TransactionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.scep.transaction.TransactionException
-
- All Implemented Interfaces:
Serializable
public class TransactionException extends Exception
Exception during the transaction.- Author:
- Lijun Liao (xipki)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionException(String message)TransactionException(String message, Throwable cause)TransactionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)TransactionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-