jitas.exception
Class ProblemAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jitas.exception.JITASException
              extended by jitas.exception.ProblemAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class ProblemAlreadyExistsException
extends JITASException

It is thrown when the interfacing client is trying to add an existed problem to the list.

Version:
12 August 2007
Author:
DeathMarch (c314g2)
See Also:
Serialized Form

Constructor Summary
ProblemAlreadyExistsException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class jitas.exception.JITASException
getMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProblemAlreadyExistsException

public ProblemAlreadyExistsException(java.lang.String msg)