| java.lang.Object java.lang.Throwable java.lang.Exception com.metaboss.enterprise.BaseException com.metaboss.enterprise.ps.PSException
All known Subclasses: com.metaboss.enterprise.ps.PSAssociationConstraintViolationException, com.metaboss.enterprise.ps.PSUndefinedSystemPropertyException, com.metaboss.enterprise.ps.PSOperationRequiresTransactionException, com.metaboss.enterprise.ps.PSAttributeConstraintViolationException, com.metaboss.enterprise.ps.PSTransactionServiceInvocationException, com.metaboss.enterprise.ps.PSDatatypeOperationException, com.metaboss.enterprise.ps.PSCircularRecordReferenceException, com.metaboss.enterprise.ps.PSUpdateDataIntegrityViolationException, com.metaboss.enterprise.ps.PSContentConstraintViolationException, com.metaboss.enterprise.ps.PSDataSourceOperationInvocationException, com.metaboss.enterprise.ps.PSReadDataIntegrityViolationException, com.metaboss.enterprise.ps.PSNamingAndDirectoryServiceInvocationException, com.metaboss.enterprise.ps.PSIllegalArgumentException, com.metaboss.enterprise.ps.PSSelectorConstraintViolationException, com.metaboss.enterprise.ps.PSDistributionLayerException, com.metaboss.enterprise.ps.PSUnexpectedProgramConditionException,
PSException | public PSException()(Code) | | Constructs PSException object which does not carry message
|
PSException | public PSException(String pMessage)(Code) | | Constructs PSException object which not carry message
|
PSException | public PSException(String pMessage, Throwable pCause)(Code) | | Constructs PSException with message and cause
|
PSException | public PSException(Throwable pCause)(Code) | | Constructs PSException with message and cause
|
|
|