Package org.hotrod.torcs.plan
Class CouldNotRetrievePlanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hotrod.torcs.plan.CouldNotRetrievePlanException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LOBParameterNotAllowedException,ParameterAlreadyConsumedException
public abstract class CouldNotRetrievePlanException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CouldNotRetrievePlanException(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
-
CouldNotRetrievePlanException
public CouldNotRetrievePlanException(String message)
-
-