net.sourceforge.groboutils.pmti.v1
Class IssueRemovedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.sourceforge.groboutils.pmti.v1.ProblemManagerException
net.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
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 |
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