|
|||||||||||
| 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.ibm.di.connector.maximo.exception.MxConnectorException
com.ibm.di.connector.maximo.exception.MxConnSchemaException
com.ibm.di.connector.maximo.exception.MxConnExcedentSizeException
public class MxConnExcedentSizeException
TPAE IF Connector's excedent size exception. Thrown to indicate that the value of a text attribute exceeds its size.
| Constructor Summary | |
|---|---|
MxConnExcedentSizeException(java.lang.String msg,
java.lang.String attributeName,
int maxSize,
int size)
Constructs a new MxConnExcedentSizeException. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAttributeName()
Returns the attribute name. |
int |
getMaxSize()
Returns the maximum size of the attribute. |
int |
getSize()
Returns the current size of the attribute. |
| Methods inherited from class com.ibm.di.connector.maximo.exception.MxConnectorException |
|---|
getMsgArgs |
| 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 MxConnExcedentSizeException(java.lang.String msg,
java.lang.String attributeName,
int maxSize,
int size)
MxConnExcedentSizeException.
msg - exception messageattributeName - name of the attributemaxSize - maximum size of the attributesize - current size of the attributeException.Exception(String)| Method Detail |
|---|
public java.lang.String getAttributeName()
public int getMaxSize()
public int getSize()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||