Class IBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infrastructurebuilder.exceptions.IBException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IBRepoException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIBException(String message) IBException(String message, Throwable cause) IBException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) IBException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
cet
-
-
Constructor Details
-
IBException
public IBException() -
IBException
-
IBException
-
IBException
-
IBException
-