org.jboss.ejb
Class DeploymentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.jboss.ejb.DeploymentException
- All Implemented Interfaces:
- java.io.Serializable
- public class DeploymentException
- extends java.lang.Exception
This exception is thrown by the ContainerFactory if an EJB application
could not be deployed
- Version:
- $Revision: 1.4 $
- Author:
- Rickard Öberg (rickard.oberg@telkel.com)
- See Also:
ContainerFactory
, Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeploymentException
public DeploymentException(java.lang.String message)
DeploymentException
public DeploymentException(java.lang.String message,
java.lang.Exception e)
getCause
public java.lang.Exception getCause()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Copyright © 2000 The JBoss Organization. All Rights Reserved.