KIE EAP - Maven plugin 6.1.0.Final

org.kie.integration.eap.maven.exception
Class EAPModuleResourceDuplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kie.integration.eap.maven.exception.EAPModuleResourceDuplicationException
All Implemented Interfaces:
Serializable

public class EAPModuleResourceDuplicationException
extends Exception

This exception is thrown when a resource is being added in a module, but the same resource has been previously added in other module.

See Also:
Serialized Form

Constructor Summary
EAPModuleResourceDuplicationException(String message, String name)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

EAPModuleResourceDuplicationException

public EAPModuleResourceDuplicationException(String message,
                                             String name)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

KIE EAP - Maven plugin 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.