com.latencybusters.lbm.sdm
Class LBMSDMTypeMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.latencybusters.lbm.sdm.LBMSDMException
              extended by com.latencybusters.lbm.sdm.LBMSDMTypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class LBMSDMTypeMismatchException
extends LBMSDMException

An LBM SDM Exception indicating there is a mismatch between field types. Where possible, additional field data is dumped.

See Also:
Serialized Form

Constructor Summary
LBMSDMTypeMismatchException()
          Generic Constructor
LBMSDMTypeMismatchException(java.lang.String s)
          Generic Constructor including a string
LBMSDMTypeMismatchException(java.lang.String s, LBMSDMField f1, LBMSDMField f2)
          Constructor including field data being compared
 
Method Summary
 
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

LBMSDMTypeMismatchException

public LBMSDMTypeMismatchException()
Generic Constructor


LBMSDMTypeMismatchException

public LBMSDMTypeMismatchException(java.lang.String s)
Generic Constructor including a string

Parameters:
s - Exception message

LBMSDMTypeMismatchException

public LBMSDMTypeMismatchException(java.lang.String s,
                                   LBMSDMField f1,
                                   LBMSDMField f2)
Constructor including field data being compared

Parameters:
s - Exception message
f1 - First field being compared
f2 - Second field being compared


\ All of the documentation and software included in this and any \ other Informatica Inc "Ultra Messaging" Release is \ Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. \ Redistribution and use in source and binary forms, with or without \ modification, are permitted only as covered by the terms of a \ valid software license agreement with 29West Inc. \ Copyright © 2004-2014, Informatica, Inc. All Rights Reserved. \