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 Summary
Constructors Constructor Description YAPIONRetrieveException()
YAPIONRetrieveException(java.lang.String message)
YAPIONRetrieveException(java.lang.String message, java.lang.Throwable cause)
YAPIONRetrieveException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
YAPIONRetrieveException
public YAPIONRetrieveException()
-
YAPIONRetrieveException
public YAPIONRetrieveException(java.lang.String message)
-
YAPIONRetrieveException
public YAPIONRetrieveException(java.lang.String message, java.lang.Throwable cause)
-
YAPIONRetrieveException
public YAPIONRetrieveException(java.lang.Throwable cause)
-
-