com.wles.blm
Class BLMException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.wles.blm.BLMException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BLMBadParameterException, BLMDBException, BLMDBObjRefException, BLMLimitReachedException, BLMObjectExistsException, BLMObjectFindException, BLMObjectStaleException, BLMObjRefNotFoundException, BLMPolicyUpdateInProgressException, BLMRuleException, BLMRuntimeException, BLMSemanticException, BLMServiceBusyException, BLMServiceFindException, BLMStructuralChangeException, BLMSyntaxException

public class BLMException
extends java.lang.Exception

Root of the apllication specific exceptions class hierarchy.

See Also:
Serialized Form

Method Summary
 java.lang.String getMessage()
          Returns the string messgae associated with the exception
 java.lang.String getType()
          Returns the exception type as a String
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessage

public java.lang.String getMessage()
Returns the string messgae associated with the exception


getType

public java.lang.String getType()
Returns the exception type as a String



Copyright © 2005 BEA Systems Inc. All Rights Reserved.