Class SuppressedStacktraceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.internal.exceptions.SuppressedStacktraceException
All Implemented Interfaces:
Serializable

public class SuppressedStacktraceException extends RuntimeException
An exception where the stack trace is suppressed.
See Also:
  • Constructor Details

    • SuppressedStacktraceException

      public SuppressedStacktraceException(String message, Throwable cause)
    • SuppressedStacktraceException

      public SuppressedStacktraceException(String message)
  • Method Details