|
Log4j 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
pl.psnc.vlab.exception.AbstractException
pl.psnc.expres.exception.RemoteException
public class RemoteException
RemoteException
class - exception thrown when remote service fails
Constructor Summary | |
---|---|
RemoteException(java.lang.Exception e,
java.lang.String message)
Creates a new instance of RemoteException |
|
RemoteException(java.lang.Exception e,
java.lang.String message,
java.lang.String... msgArguments)
Creates a new instance of RemoteException |
|
RemoteException(java.lang.String message)
Creates a new instance of RemoteException |
|
RemoteException(java.lang.String message,
java.lang.String... msgArguments)
Creates a new instance of RemoteException |
Method Summary | |
---|---|
java.lang.String |
getBundle()
|
Methods inherited from class pl.psnc.vlab.exception.AbstractException |
---|
getErrorCode, getLocalizedMessage, getMsgArguments, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RemoteException(java.lang.Exception e, java.lang.String message)
RemoteException
message
- error descriptione
- source exceptionpublic RemoteException(java.lang.Exception e, java.lang.String message, java.lang.String... msgArguments)
RemoteException
message
- error descriptionmsgArguments
- formatted message argumentse
- source exceptionpublic RemoteException(java.lang.String message)
RemoteException
message
- error descriptionpublic RemoteException(java.lang.String message, java.lang.String... msgArguments)
RemoteException
message
- error descriptionmsgArguments
- formatted message argumentsMethod Detail |
---|
public java.lang.String getBundle()
getBundle
in class pl.psnc.vlab.exception.AbstractException
|
Log4j 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |