Package mops.businesslogic.exception
Class MopsZipsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- mops.exception.MopsException
-
- mops.businesslogic.exception.MopsZipsException
-
- All Implemented Interfaces:
java.io.Serializable
public class MopsZipsException extends MopsException
Is thrown if something went wrong upon zipping.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MopsZipsException(java.lang.String message, java.lang.Throwable cause)
Is thrown if something went wrong upon zipping.
-