Class Command

    • Method Detail

      • getCreationStackTrace

        @CheckForNull
        public Throwable getCreationStackTrace()
        Obtains a diagnostic stack trace recording the point at which the command was created. This is not necessarily the point at which the command was delivered or run. Part of the stack trace might have been produced on a remote machine, in which case ProxyException may be used in place of the original.
        Returns:
        an information stack trace, or null if not recorded