Package yapion.exceptions.utils
Class YAPIONRetrieveException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- yapion.exceptions.YAPIONException
- 
- yapion.exceptions.utils.YAPIONRetrieveException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class YAPIONRetrieveException extends YAPIONException - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description YAPIONRetrieveException()YAPIONRetrieveException(java.lang.String message)YAPIONRetrieveException(java.lang.String message, java.lang.Throwable cause)YAPIONRetrieveException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
YAPIONRetrieveExceptionpublic YAPIONRetrieveException() 
 - 
YAPIONRetrieveExceptionpublic YAPIONRetrieveException(java.lang.String message) 
 - 
YAPIONRetrieveExceptionpublic YAPIONRetrieveException(java.lang.String message, java.lang.Throwable cause)
 - 
YAPIONRetrieveExceptionpublic YAPIONRetrieveException(java.lang.Throwable cause) 
 
- 
 
-