net.sourceforge.groboutils.pmti.v1
Class IssueRemovedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bynet.sourceforge.groboutils.pmti.v1.ProblemManagerException
                  extended bynet.sourceforge.groboutils.pmti.v1.IssueRemovedException
All Implemented Interfaces:
IChainableException, java.io.Serializable

public class IssueRemovedException
extends ProblemManagerException

General exception thrown by the Problem Manager if an unexpected circumstance occurs.

Since:
July 12, 2002
Version:
$Date: 2003/02/10 22:51:54 $
Author:
Matt Albrecht groboclown@users.sourceforge.net
See Also:
Serialized Form

Constructor Summary
IssueRemovedException()
           
IssueRemovedException(java.lang.String message)
           
IssueRemovedException(java.lang.String message, java.lang.Throwable cause)
           
IssueRemovedException(java.lang.Throwable cause)
           
IssueRemovedException(java.lang.Throwable cause, java.lang.String message)
           
 
Methods inherited from class net.sourceforge.groboutils.pmti.v1.ProblemManagerException
getCause, initCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IssueRemovedException

public IssueRemovedException()

IssueRemovedException

public IssueRemovedException(java.lang.String message)

IssueRemovedException

public IssueRemovedException(java.lang.Throwable cause)

IssueRemovedException

public IssueRemovedException(java.lang.Throwable cause,
                             java.lang.String message)

IssueRemovedException

public IssueRemovedException(java.lang.String message,
                             java.lang.Throwable cause)


Copyright © 2001-2003 by The GroboUtils Project