Package org.hotrod.torcs.plan
Class ParameterAlreadyConsumedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hotrod.torcs.plan.CouldNotRetrievePlanException
-
- org.hotrod.torcs.plan.ParameterAlreadyConsumedException
-
- All Implemented Interfaces:
Serializable
public class ParameterAlreadyConsumedException extends CouldNotRetrievePlanException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterAlreadyConsumedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParameterAlreadyConsumedException
public ParameterAlreadyConsumedException(String message)
-
-