Package acdp.exceptions
Class UnitBrokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
acdp.exceptions.ACDPException
acdp.exceptions.UnitBrokenException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the
unit
is broken.- Author:
- Beat Hörmann
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnitBrokenException
(acdp.internal.Database_ db, String message, Throwable cause) Constructs this type of exception with a detail message composed from the specified database and message and with the specified cause.UnitBrokenException
(acdp.internal.Database_ db, Throwable cause) Constructs this type of exception with a detail message composed from the specified database and with the specified cause. -
Method Summary
Methods inherited from class acdp.exceptions.ACDPException
compose, prefix, prefix, prefix, prefix, prefix, prefix, prefix
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnitBrokenException
Constructs this type of exception with a detail message composed from the specified database and with the specified cause.- Parameters:
db
- The database.cause
- The cause.
-
UnitBrokenException
Constructs this type of exception with a detail message composed from the specified database and message and with the specified cause.- Parameters:
db
- The database.message
- The message.cause
- The cause.
-