Searched defs:LogicErrorException (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DLogicErrorException.java43 // Module: LogicErrorException.java
83 class LogicErrorException extends Throwable { class in inherits:Throwable
88 * Constructs the LogicErrorException with a reason string.
96 LogicErrorException(String reason) { method in class:LogicErrorException
101 * Converts the LogicErrorException to a string.

Completed in 21 milliseconds