org.smartcc
Class DeploymentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.smartcc.DeploymentException
- All Implemented Interfaces:
- java.io.Serializable
- public class DeploymentException
- extends java.lang.Exception
This exception is thrown if the deployment of some unit fails.
The getCause method works like in jdk1.4.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
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.Throwable e)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Copyright © 2002 DC-TSS. All Rights Reserved.