com.latencybusters.lbm.sdm
Class LBMSDMOutOfRangeException

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.LBMSDMOutOfRangeException
All Implemented Interfaces:
java.io.Serializable

public class LBMSDMOutOfRangeException
extends LBMSDMException

An LBM SDM Exception indicating a value was provided but is out of range. Where possible, additional data about the invalid data and the valid range is dumped.

See Also:
Serialized Form

Constructor Summary
LBMSDMOutOfRangeException()
          Generic Constructor
LBMSDMOutOfRangeException(java.lang.String s)
          Generic Constructor including a string
LBMSDMOutOfRangeException(java.lang.String s, java.math.BigInteger v, java.math.BigInteger low, java.math.BigInteger high)
          Constructor including field data
LBMSDMOutOfRangeException(java.lang.String s, int v, int low, int high)
          Constructor including field data
LBMSDMOutOfRangeException(java.lang.String s, long v, long low, long high)
          Constructor including field data
LBMSDMOutOfRangeException(java.lang.String s, short v, short low, short high)
          Constructor including field data
 
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

LBMSDMOutOfRangeException

public LBMSDMOutOfRangeException()
Generic Constructor


LBMSDMOutOfRangeException

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

Parameters:
s - Exception message

LBMSDMOutOfRangeException

public LBMSDMOutOfRangeException(java.lang.String s,
                                 int v,
                                 int low,
                                 int high)
Constructor including field data

Parameters:
s - Exception message
v - Value out of range
low - Low value of range
high - High value of range

LBMSDMOutOfRangeException

public LBMSDMOutOfRangeException(java.lang.String s,
                                 short v,
                                 short low,
                                 short high)
Constructor including field data

Parameters:
s - Exception message
v - Value out of range
low - Low value of range
high - High value of range

LBMSDMOutOfRangeException

public LBMSDMOutOfRangeException(java.lang.String s,
                                 long v,
                                 long low,
                                 long high)
Constructor including field data

Parameters:
s - Exception message
v - Value out of range
low - Low value of range
high - High value of range

LBMSDMOutOfRangeException

public LBMSDMOutOfRangeException(java.lang.String s,
                                 java.math.BigInteger v,
                                 java.math.BigInteger low,
                                 java.math.BigInteger high)
Constructor including field data

Parameters:
s - Exception message
v - Value out of range
low - Low value of range
high - High value of range


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.