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 an Asset into an archive under an ArchivePath which is already
taken.
- Author:
- Andrew Lee Rubinger
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalOverwriteException
public IllegalOverwriteException(String message)
- Parameters:
message -
IllegalOverwriteException
public IllegalOverwriteException(Throwable cause)
- Parameters:
cause -
IllegalOverwriteException
public IllegalOverwriteException(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.