public class BurlapProtocolException
extends java.io.IOException
| Constructor and Description | 
|---|
| BurlapProtocolException()Zero-arg constructor. | 
| BurlapProtocolException(java.lang.String message)Create the exception. | 
| BurlapProtocolException(java.lang.String message,
                       java.lang.Throwable rootCause)Create the exception. | 
| BurlapProtocolException(java.lang.Throwable rootCause)Create the exception. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Throwable | getRootCause()Returns the underlying cause. | 
public BurlapProtocolException()
public BurlapProtocolException(java.lang.String message)
public BurlapProtocolException(java.lang.String message,
                               java.lang.Throwable rootCause)
public BurlapProtocolException(java.lang.Throwable rootCause)