Class BulkOpException

All Implemented Interfaces:
com.nt.common.exceptions.SMGException, Serializable
Direct Known Subclasses:
OSASQLException, UDCSQLException

public class BulkOpException extends RemoteException implements com.nt.common.exceptions.SMGException
See Also:
  • Field Details

    • exceptionList

      protected Vector exceptionList
  • Constructor Details

    • BulkOpException

      public BulkOpException()
    • BulkOpException

      public BulkOpException(String message)
    • BulkOpException

      public BulkOpException(String message, Vector exceptions)
    • BulkOpException

      public BulkOpException(String message, Map<String,Throwable> exceptions)
  • Method Details

    • addException

      public void addException(RemoteException re)
    • getExceptions

      public Vector getExceptions()
    • setExceptions

      public void setExceptions(Vector exceptions)
    • getExMap

      public Map<String,Throwable> getExMap()
    • setExMap

      public void setExMap(Map<String,Throwable> exMap)
    • getExceptionCount

      public int getExceptionCount()
    • throwContainedException

      public void throwContainedException(int i) throws Exception
      Throws:
      Exception