|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--SMom.Exceptions.CSMomException
Eccezione generica del servizio Simple Message Oriented Middleware.
| Field Summary | |
static int |
CannotConvertStringToEnvelope
Codice di errore lanciato dal servizio SMom |
static int |
DispatcherNotFoundException
Codice di errore lanciato dal servizio SMom |
protected static java.lang.String |
ERROR_MESSAGE
Messaggio standard per l'eccezione corrente |
static int |
InvalidTraceRouteDataException
Codice di errore lanciato dal servizio SMom |
static int |
MethodNotFoundException
Codice di errore lanciato dal servizio SMom |
static int |
MsgManagerNotFoundException
Codice di errore lanciato dal servizio SMom |
static int |
ReceiverNotFoundException
Codice di errore lanciato dal servizio SMom |
static int |
RemoteException
Codice di errore lanciato dal servizio SMom |
static int |
TimeOutExpiredException
Codice di errore lanciato dal servizio SMom |
static int |
TooManyArgumentsForCallByName
Codice di errore lanciato dal servizio SMom |
static int |
UnKnownRemoteException
Codice di errore lanciato dal servizio SMom |
static int |
UnKnownSMomException
Codice di errore lanciato dal servizio SMom |
static int |
VarTypeUnKnownException
Codice di errore lanciato dal servizio SMom |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
CSMomException()
Costruttore con messaggio di errore standard |
|
CSMomException(java.lang.String Source,
java.lang.String MsgErrore)
Costruttore che permette di personalizzare il messaggio di errore e l'origine dell'errore |
|
| Method Summary | |
protected static CSMomException |
getSMomException(int ErrorCode,
java.lang.String Source,
java.lang.String MsgErrore)
Restituisce un oggetto eccezione definito tramite il codice standard. |
static void |
RaiseSMomException(int ErrorCode,
java.lang.String Source,
java.lang.String MsgErrore)
Permette di generare una eccezione con un commento standard. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int UnKnownSMomException
public static final int ReceiverNotFoundException
public static final int DispatcherNotFoundException
public static final int MsgManagerNotFoundException
public static final int TimeOutExpiredException
public static final int MethodNotFoundException
public static final int VarTypeUnKnownException
public static final int InvalidTraceRouteDataException
public static final int TooManyArgumentsForCallByName
public static final int RemoteException
public static final int UnKnownRemoteException
public static final int CannotConvertStringToEnvelope
protected static java.lang.String ERROR_MESSAGE
| Constructor Detail |
public CSMomException()
public CSMomException(java.lang.String Source,
java.lang.String MsgErrore)
| Method Detail |
public static void RaiseSMomException(int ErrorCode,
java.lang.String Source,
java.lang.String MsgErrore)
throws CSMomException
CSMomException
protected static CSMomException getSMomException(int ErrorCode,
java.lang.String Source,
java.lang.String MsgErrore)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||