edu.sdsc.inca.agent
Class ReporterManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.sdsc.inca.agent.ReporterManagerException
All Implemented Interfaces:
java.io.Serializable

public class ReporterManagerException
extends java.lang.Exception

Exception for reporting problems with a remote reporter manager.

Author:
Shava Smallen <ssmallen@sdsc.edu>
See Also:
Serialized Form

Constructor Summary
ReporterManagerException()
          Creates a new ReporterManagerException Object.
ReporterManagerException(java.lang.String s)
          Creates a new ReporterManagerException Object.
ReporterManagerException(java.lang.String s, java.lang.Throwable throwable)
          Creates a new ReporterManagerException Object.
ReporterManagerException(java.lang.Throwable throwable)
          Creates a new ReporterManagerException Object.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReporterManagerException

public ReporterManagerException()
Creates a new ReporterManagerException Object.


ReporterManagerException

public ReporterManagerException(java.lang.String s)
Creates a new ReporterManagerException Object.

Parameters:
s - the message

ReporterManagerException

public ReporterManagerException(java.lang.String s,
                                java.lang.Throwable throwable)
Creates a new ReporterManagerException Object.

Parameters:
s - message
throwable - cause

ReporterManagerException

public ReporterManagerException(java.lang.Throwable throwable)
Creates a new ReporterManagerException Object.

Parameters:
throwable - cause