|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.caucho.server.deploy.DeployException
public class DeployException
Thrown during deployment
| Constructor Summary | |
|---|---|
DeployException()
Create a null exception |
|
DeployException(java.lang.String msg)
Creates an exception with a message |
|
DeployException(java.lang.String msg,
java.lang.Throwable e)
Creates an exception with a message and throwable |
|
DeployException(java.lang.Throwable e)
Creates an exception with a throwable |
|
| 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 |
|---|
public DeployException()
public DeployException(java.lang.String msg)
public DeployException(java.lang.String msg,
java.lang.Throwable e)
public DeployException(java.lang.Throwable e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||