parent
							
								
									79cb6166d5
								
							
						
					
					
						commit
						339d352d6e
					
				| @ -1,11 +1,21 @@ | ||||
| package org.thoughtcrime.redphone.audio; | ||||
| 
 | ||||
| public class NativeAudioException extends Exception { | ||||
| 
 | ||||
|   public NativeAudioException() { | ||||
|     super(); | ||||
|   } | ||||
| 
 | ||||
|   public NativeAudioException(String message) { | ||||
|     super(message); | ||||
|   public NativeAudioException(String detailMessage) { | ||||
|     super(detailMessage); | ||||
|   } | ||||
| 
 | ||||
|   public NativeAudioException(String detailMessage, Throwable throwable) { | ||||
|     super(detailMessage, throwable); | ||||
|   } | ||||
| 
 | ||||
|   public NativeAudioException(Throwable throwable) { | ||||
|     super(throwable); | ||||
|   } | ||||
| 
 | ||||
| } | ||||
|  | ||||
					Loading…
					
					
				
		Reference in New Issue