Class com.ibm.ivj.util.base.IvjInvalidStateException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.ibm.ivj.util.base.IvjException
|
+----com.ibm.ivj.util.base.IvjInvalidStateException
- public class IvjInvalidStateException
- extends IvjException
This exception is thrown whenever an API model is in
an incorrect version state for the operation.
For example, an attempt to update a versioned
model will typically fail with this exception.
Constructor Index
- IvjInvalidStateException(String)
- IvjInvalidStateException constructor.
- IvjInvalidStateException(String, String[])
- IvjInvalidStateException constructor.
Constructors
IvjInvalidStateException
public IvjInvalidStateException(String message)
- IvjInvalidStateException constructor.
- Parameters:
- message - java.lang.String error message
IvjInvalidStateException
public IvjInvalidStateException(String message,
String errors[])
- IvjInvalidStateException constructor.
- Parameters:
- message - java.lang.String error message
- errors - java.lang.String[] error details
