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 an Asset into an archive under an ArchivePath which is already taken by a directory.
See Also:
  • Field Details

  • Constructor Details

    • IllegalOverwriteException

      public IllegalOverwriteException(String message)
      Parameters:
      message -
    • IllegalOverwriteException

      public IllegalOverwriteException(Throwable cause)
      Parameters:
      cause -
    • IllegalOverwriteException

      public IllegalOverwriteException(String message, Throwable cause)
      Parameters:
      message -
      cause -