Package com.nt.udc.exceptions
Class BulkOpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.nt.udc.exceptions.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 Summary
FieldsFields inherited from class java.rmi.RemoteException
detail
-
Constructor Summary
ConstructorsConstructorDescriptionBulkOpException
(String message) BulkOpException
(String message, Map<String, Throwable> exceptions) BulkOpException
(String message, Vector exceptions) -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
getExMap()
void
setExceptions
(Vector exceptions) void
void
throwContainedException
(int i) Methods inherited from class java.rmi.RemoteException
getCause, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
exceptionList
-
-
Constructor Details
-
BulkOpException
public BulkOpException() -
BulkOpException
-
BulkOpException
-
BulkOpException
-
-
Method Details
-
addException
-
getExceptions
-
setExceptions
-
getExMap
-
setExMap
-
getExceptionCount
public int getExceptionCount() -
throwContainedException
- Throws:
Exception
-