com.latencybusters.lbm
Class LBMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.latencybusters.lbm.LBMException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LBMApplicationException, LBMEInvalException, LBMEMessageSelectorException, LBMENoMemException, LBMEOPException, LBMEOSException, LBMETimedOutException, LBMEWouldBlockException, LBMMonitorEAgainException, LBMMonitorEAlreadyException, LBMMonitorEInvalException, LBMMonitorELBMFailException, LBMMonitorEModFailException, LBMMonitorENoMemException, UMENoQueueException, UMENoRegException, UMENoStoreException

public class LBMException
extends java.lang.Exception

Base LBM Exception class

See Also:
Serialized Form

Constructor Summary
LBMException(int errnum, java.lang.String errorMessage)
           
LBMException(int errnum, java.lang.String errorMessage, java.lang.Throwable cause)
           
LBMException(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

LBMException

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

LBMException

public LBMException(int errnum,
                    java.lang.String errorMessage,
                    java.lang.Throwable cause)

LBMException

public LBMException(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.