Package org.jboss.shrinkwrap.api
Class IllegalOverwriteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.shrinkwrap.api.IllegalOverwriteException
-
- All Implemented Interfaces:
Serializable
public class IllegalOverwriteException extends RuntimeException
Exception thrown when trying to add anAsset
into an archive under anArchivePath
which is already taken by a directory.- Author:
- Andrew Lee Rubinger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalOverwriteException(String message)
IllegalOverwriteException(String message, Throwable cause)
IllegalOverwriteException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-