Class ZipFilesNameNotAllowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.workspace.api.exception.ContentAddressableStorageException
-
- fr.gouv.vitam.workspace.api.exception.ZipFilesNameNotAllowedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ZipFilesNameNotAllowedException extends ContentAddressableStorageException
Thrown when there is an not allowed file or folder name in the zip- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZipFilesNameNotAllowedException(java.lang.String message)
ConstructorZipFilesNameNotAllowedException(java.lang.String message, java.lang.Throwable cause)
ConstructorZipFilesNameNotAllowedException(java.lang.Throwable cause)
Constructor
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
ZipFilesNameNotAllowedException
public ZipFilesNameNotAllowedException(java.lang.String message)
Constructor- Parameters:
message
- as String message to associate with the exception
-
ZipFilesNameNotAllowedException
public ZipFilesNameNotAllowedException(java.lang.Throwable cause)
Constructor- Parameters:
cause
- as String to associate with the exception
-
ZipFilesNameNotAllowedException
public ZipFilesNameNotAllowedException(java.lang.String message, java.lang.Throwable cause)
Constructor- Parameters:
message
- : message to associate with the exceptioncause
- : cause to associate with the exception
-
-