Class com.ibm.ivj.util.base.IvjUnresolvedException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.ibm.ivj.util.base.IvjException
|
+----com.ibm.ivj.util.base.IvjUnresolvedException
- public class IvjUnresolvedException
- extends IvjException
This exception is thrown whenever an API model object cannot
be resolved to the corresponding workspace or repository
object. Typically, this indicates the API object is stale
and the state of the workspace or repository has changed since
the API object was obtained
Constructor Index
- IvjUnresolvedException(String)
- IvjUnresolvedException constructor.
- IvjUnresolvedException(String, String[])
- IvjUnresolvedException constructor.
Constructors
IvjUnresolvedException
public IvjUnresolvedException(String message)
- IvjUnresolvedException constructor.
- Parameters:
- message - java.lang.String error message
IvjUnresolvedException
public IvjUnresolvedException(String message,
String errors[])
- IvjUnresolvedException constructor.
- Parameters:
- message - java.lang.String error message
- errors - java.lang.String[] error details
