Class SingletonException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.osgi.service.coordinator.SingletonException
All Implemented Interfaces:
Serializable

class SingletonException extends Exception
Package private singleton exception class.
  • Field Details

  • Constructor Details

    • SingletonException

      public SingletonException(String message)
      Create a singleton exception with the specified message and no cause.
      Parameters:
      message - The message for the singleton exception.
  • Method Details

    • fillInStackTrace

      public Throwable fillInStackTrace()
      The stack trace cannot be filled in.
      Overrides:
      fillInStackTrace in class Throwable
      Returns:
      this
    • setStackTrace

      public void setStackTrace(StackTraceElement[] stackTrace)
      The stack trace cannot be set.
      Overrides:
      setStackTrace in class Throwable
      Parameters:
      stackTrace - Must not be null or contain any null elements; otherwise ignored.