Package pl.edu.icm.unity.exceptions
Class CapacityLimitReachedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pl.edu.icm.unity.exceptions.EngineException
-
- pl.edu.icm.unity.exceptions.CapacityLimitReachedException
-
- All Implemented Interfaces:
Serializable
public class CapacityLimitReachedException extends EngineException
Thrown when capacity limit is reached.- Author:
- P.Piernik
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CapacityLimitReachedException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CapacityLimitReachedException
public CapacityLimitReachedException(String msg)
-
-