Class ProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jolokia.jvmagent.client.util.ProcessingException
All Implemented Interfaces:
Serializable

public class ProcessingException extends RuntimeException
Exception indicating an error during operation of the agent launcher.
Since:
12.08.11
Author:
roland
See Also:
  • Constructor Details

    • ProcessingException

      public ProcessingException(String pErrMsg, Throwable pStoredExp, OptionsAndArgs pOptions)
      Constructor
      Parameters:
      pErrMsg - error message
      pStoredExp - the original exception
      pOptions - options from where to take the information how the error should be logged
  • Method Details

    • printErrorMessage

      public void printErrorMessage()
      Print this exception to standard error, but only if no --quiet is given. If --verbose is given, then a stacktrace is printed as well.