Class IBRepoException

    • Field Summary

      • Fields inherited from class org.infrastructurebuilder.exceptions.IBException

        cet
    • Constructor Summary

      Constructors 
      Constructor Description
      IBRepoException()  
      IBRepoException​(java.lang.String message)  
      IBRepoException​(java.lang.String message, java.lang.Throwable cause)  
      IBRepoException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
      IBRepoException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IBRepoException

        public IBRepoException()
      • IBRepoException

        public IBRepoException​(java.lang.String message)
      • IBRepoException

        public IBRepoException​(java.lang.String message,
                               java.lang.Throwable cause)
      • IBRepoException

        public IBRepoException​(java.lang.String message,
                               java.lang.Throwable cause,
                               boolean enableSuppression,
                               boolean writableStackTrace)
      • IBRepoException

        public IBRepoException​(java.lang.Throwable cause)