TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.logging.core
Class LoggingAgentNotRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.hyades.logging.core.LoggingAgentNotRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class LoggingAgentNotRegisteredException
extends java.lang.Exception

Exception for unregistered agent. It throws by LoggingAgent at

  • getNodeUUID()
  • getJVMUUID()
  • See Also:
    Serialized Form

    Constructor Summary
    LoggingAgentNotRegisteredException()
               
    LoggingAgentNotRegisteredException(java.lang.String message)
               
     
    Method Summary
     
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
     
    Methods inherited from class java.lang.Object
    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
     

    Constructor Detail

    LoggingAgentNotRegisteredException

    public LoggingAgentNotRegisteredException()

    LoggingAgentNotRegisteredException

    public LoggingAgentNotRegisteredException(java.lang.String message)

    TPTP 4.5.0 Platform Project
    Public API Specification