com.latencybusters.lbm
Class LBMRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.latencybusters.lbm.LBMRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class LBMRuntimeException
extends java.lang.RuntimeException

Base LBM Runtime Exception class

See Also:
Serialized Form

Constructor Summary
LBMRuntimeException(int errnum, java.lang.String errorMessage)
           
LBMRuntimeException(LBMException exception)
           
LBMRuntimeException(java.lang.String errorMessage)
          Internally used constructor which sets the error number to LBM.EOP
 
Method Summary
 int errorNumber()
          Get LBM error number.
 
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

LBMRuntimeException

public LBMRuntimeException(int errnum,
                           java.lang.String errorMessage)

LBMRuntimeException

public LBMRuntimeException(LBMException exception)

LBMRuntimeException

public LBMRuntimeException(java.lang.String errorMessage)
Internally used constructor which sets the error number to LBM.EOP

Method Detail

errorNumber

public int errorNumber()
Get LBM error number.

Returns:
LBM error number


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.