org.enhydra.shark.api.client.wfservice
Class PackageInUse
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.client.wfservice.PackageInUse
- All Implemented Interfaces:
- java.io.Serializable
public final class PackageInUse
- extends RootException
Raised when user tries to close package, and it is referenced as an
external package from another package that is loaded into engine.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PackageInUse
public PackageInUse()
PackageInUse
public PackageInUse(java.lang.String $reason)
PackageInUse
public PackageInUse(java.lang.Throwable th)
PackageInUse
public PackageInUse(java.lang.String message,
java.lang.Throwable th)