Package com.kirekov.juu.exception
Class EmptyContainerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.kirekov.juu.exception.EmptyContainerException
-
- All Implemented Interfaces:
java.io.Serializable
public class EmptyContainerException extends java.lang.RuntimeExceptionSuppose to be thrown in case of accessing empty container.- Since:
- 1.1
- See Also:
Try, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyContainerException(java.lang.String message)EmptyContainerException(java.lang.String message, java.lang.Throwable cause)
-