com.ibm.tws.conn.exception
Class ConnIntegrityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.tws.util.exception.TWSException
              extended bycom.ibm.tws.conn.exception.ConnException
                  extended bycom.ibm.tws.conn.exception.ConnIntegrityException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnDomainRefByWorkstationNotExistException, ConnDuplicationException, ConnExistReferenceException, ConnFlowTargetRefByIdNotExistException, ConnLoopException, ConnParentNotExistException, ConnRecJobNotExistException, ConnSelfReferenceException, ConnWorkstationDomainManagerExistException

public class ConnIntegrityException
extends ConnException

This exception is thrown when a write operation cannot be executed because it violates integrity checks.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright
 
Constructor Summary
ConnIntegrityException(java.lang.String currentMessageID)
          Creates a ConnIntegrityException from the given message ID.
ConnIntegrityException(java.lang.String currentMessageID, java.lang.Object[] currentArgs)
          Creates a ConnIntegrityException from the given message ID and arguments.
ConnIntegrityException(java.lang.String currentCatalog, java.lang.String currentMessageID, java.lang.Object[] currentArgs)
          Creates a ConnException from the given catalog, message ID and arguments.
ConnIntegrityException(TWSException e)
          Creates a ConnIntegrityException from the given nested exception.
 
Methods inherited from class com.ibm.tws.conn.exception.ConnException
buildInsert, buildInsert2
 
Methods inherited from class com.ibm.tws.util.exception.TWSException
getArgs, getCauseMessage, getLocalizedMessage, getLocalizedMessage, getMessage, initialize, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright

Constructor Detail

ConnIntegrityException

public ConnIntegrityException(java.lang.String currentMessageID,
                              java.lang.Object[] currentArgs)
Creates a ConnIntegrityException from the given message ID and arguments.

Parameters:
currentMessageID - The identifier of the message in the connector's message catalog.
currentArgs - The current arguments of the error message.

ConnIntegrityException

public ConnIntegrityException(TWSException e)
Creates a ConnIntegrityException from the given nested exception.

Parameters:
e - The nested cause from which this exception was generated.

ConnIntegrityException

public ConnIntegrityException(java.lang.String currentMessageID)
Creates a ConnIntegrityException from the given message ID.

Parameters:
currentMessageID - The identifier of the message in the connector's message catalog.

ConnIntegrityException

public ConnIntegrityException(java.lang.String currentCatalog,
                              java.lang.String currentMessageID,
                              java.lang.Object[] currentArgs)
Creates a ConnException from the given catalog, message ID and arguments.

Parameters:
currentCatalog - The message catalog to be used.
currentMessageID - The identifier of the message in the connector's message catalog.
currentArgs - The current arguments of the error message.


Copyright © 2005 IBM All Rights Reserved.