global class RetryableException extends Exception {
|
global RetryableException(String param0, Exception param1) { }
|
global RetryableException(Exception param0) { }
|
global RetryableException(String param0) { }
|
global RetryableException() { }
|
global Object clone() { }
|
global String getTypeName() { }
|
|
}
|