info.informatica.data.field
Class FieldSizeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.informatica.data.DataException
              extended by info.informatica.data.field.DataFieldException
                  extended by info.informatica.data.field.FieldSizeException
All Implemented Interfaces:
Serializable

public class FieldSizeException
extends DataFieldException

See Also:
Serialized Form

Constructor Summary
FieldSizeException()
           
FieldSizeException(FieldName fieldname)
           
FieldSizeException(String s)
           
FieldSizeException(String s, FieldName fieldname)
           
FieldSizeException(String s, FieldName fieldname, Throwable t)
           
FieldSizeException(String s, Throwable t)
           
 
Method Summary
 
Methods inherited from class info.informatica.data.field.DataFieldException
getDatasourceName, getFieldName, getLocalizedMessage, getLocalizedMessage, getMessageCode, setDatasourceName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldSizeException

public FieldSizeException()

FieldSizeException

public FieldSizeException(String s)

FieldSizeException

public FieldSizeException(String s,
                          Throwable t)

FieldSizeException

public FieldSizeException(FieldName fieldname)

FieldSizeException

public FieldSizeException(String s,
                          FieldName fieldname)

FieldSizeException

public FieldSizeException(String s,
                          FieldName fieldname,
                          Throwable t)