Class TargetInvocationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TargetInvocationException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String DefaultMessage  
    • 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
    • Field Detail

    • Constructor Detail

      • TargetInvocationException

        public TargetInvocationException()
      • TargetInvocationException

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

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

        public TargetInvocationException​(java.lang.Throwable cause)
      • TargetInvocationException

        public TargetInvocationException​(java.lang.Throwable cause,
                                         boolean enableSuppression,
                                         boolean writableStackTrace)
      • TargetInvocationException

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