Package org.jboss.as.naming.deployment
Class DuplicateBindingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.as.naming.deployment.DuplicateBindingException
-
- All Implemented Interfaces:
Serializable
public class DuplicateBindingException extends Exception
Exception thrown if a deployment contains duplicate non-compatible JNDI bindings.- Author:
- John E. Bailey
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateBindingException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DuplicateBindingException
public DuplicateBindingException(String message)
-
-