זמן ריצה מרוחק של חריג
wrapper של Runtime בגין חריגת מרוחקת. זריקה כשבדרך כלל יש משהו ממש לא בסדר ואין דרך לתקן את המצב.
סיכום שיטות שעברו בירושה
מכיתה
java.lang.Throwable
תוקף
סופי של סנכרון
|
addSuppressed(Throwable arg0)
|
יכולת Throwable
מסונכרנת
|
fillInStackTrace()
|
יכולת Throwable
מסונכרנת
|
getCause()
|
מחרוזת
|
getLocalizedMessage()
|
מחרוזת
|
getMessage()
|
StackTraceElement[]
|
getStackTrace()
|
סנכרון
סופי
Throwable[]
|
getSuppressed()
|
יכולת Throwable
מסונכרנת
|
initCause(Throwable arg0)
|
void
|
printStackTrace()
|
void
|
printStackTrace(PrintWriter arg0)
|
void
|
printStackTrace(PrintStream arg0)
|
void
|
setStackTrace(StackTraceElement[] arg0)
|
מחרוזת
|
toString()
|
מכיתה
java.lang.Object
boolean
|
equals(Object arg0)
|
סופי
כיתה<?>
|
getClass()
|
int
|
hashCode()
|
תוקף
סופי
|
notify()
|
תוקף
סופי
|
notifyAll()
|
מחרוזת
|
toString()
|
תוקף
סופי
|
wait(long arg0, int arg1)
|
תוקף
סופי
|
wait(long arg0)
|
תוקף
סופי
|
wait()
|
בניינים ציבוריים
ציבורי
RuntimeRemoteException
(Remote מאי e)
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-16 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-16 (שעון UTC)."],[[["`RuntimeRemoteException` is a `RuntimeException` that wraps a `RemoteException`, indicating a serious, unrecoverable error."],["It is thrown when something goes critically wrong and recovery is not possible."],["The class provides a constructor that takes a `RemoteException` as an argument."],["`RuntimeRemoteException` inherits methods from `Throwable` for exception handling and stack trace information."]]],[]]