edu.sdsc.inca.util
Class SuiteModificationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.sdsc.inca.util.SuiteModificationException
All Implemented Interfaces:
java.io.Serializable

public class SuiteModificationException
extends java.lang.Exception

Exception for applying changes to suites.

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

Constructor Summary
SuiteModificationException()
          Creates a new ReporterManagerException Object.
SuiteModificationException(java.lang.String s)
          Creates a new ReporterManagerException Object.
SuiteModificationException(java.lang.String s, java.lang.Throwable throwable)
          Creates a new ReporterManagerException Object.
SuiteModificationException(java.lang.Throwable throwable)
          Creates a new ReporterManagerException Object.
 
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

SuiteModificationException

public SuiteModificationException()
Creates a new ReporterManagerException Object.


SuiteModificationException

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

Parameters:
s - the message

SuiteModificationException

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

Parameters:
s - message
throwable - cause

SuiteModificationException

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

Parameters:
throwable - cause