ShrinkWrap API 1.1.0-alpha-1

org.jboss.shrinkwrap.api
Class IllegalOverwriteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
IllegalOverwriteException(String message)
           
IllegalOverwriteException(String message, Throwable cause)
           
IllegalOverwriteException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalOverwriteException

public IllegalOverwriteException(String message)
Parameters:
message -

IllegalOverwriteException

public IllegalOverwriteException(Throwable cause)
Parameters:
cause -

IllegalOverwriteException

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

ShrinkWrap API 1.1.0-alpha-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.