| java.lang.Object java.lang.Throwable java.lang.Exception com.metaboss.enterprise.BaseException com.metaboss.enterprise.bs.BSException
All known Subclasses: com.metaboss.enterprise.bs.BSDistributionLayerException, com.metaboss.enterprise.bs.BSIllegalArgumentException, com.metaboss.enterprise.bs.BSTransactionServiceInvocationException, com.metaboss.enterprise.bs.BSUndefinedSystemPropertyException, com.metaboss.enterprise.bs.BSNamingAndDirectoryServiceInvocationException, com.metaboss.enterprise.bs.BSUnexpectedProgramConditionException, com.metaboss.enterprise.bs.BSTransactionRolledBackException, com.metaboss.enterprise.bs.BSDomainObjectInvocationException, com.metaboss.enterprise.bs.BSModelRepositoryInvocationException, com.metaboss.enterprise.bs.BSUnsupportedOperationException, com.metaboss.enterprise.bs.BSUnexpectedTransactionStatusException, com.metaboss.enterprise.bs.BSServiceProviderException,
BSException | public BSException()(Code) | | Constructs BSException object which does not carry message
|
BSException | public BSException(String pMessage)(Code) | | Constructs BSException object with message
|
BSException | public BSException(String pMessage, Throwable pCause)(Code) | | Constructs BSException with message and cause
|
BSException | public BSException(Throwable pCause)(Code) | | Constructs BSException with cause
|
|
|