Class ExceptionFactory


  • public class ExceptionFactory
    extends java.lang.Object
    Author:
    Clinton Begin
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.RuntimeException wrapException​(java.lang.String message, java.lang.Exception e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • wrapException

        public static java.lang.RuntimeException wrapException​(java.lang.String message,
                                                               java.lang.Exception e)