Package xyz.juandiii.name.exceptions
Class InternalErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- xyz.juandiii.name.exceptions.RequestException
-
- xyz.juandiii.name.exceptions.InternalErrorException
-
- All Implemented Interfaces:
Serializable
public class InternalErrorException extends RequestException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalErrorException()InternalErrorException(String message)
-
Method Summary
-
Methods inherited from class xyz.juandiii.name.exceptions.RequestException
getCode, setCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InternalErrorException
public InternalErrorException(String message)
-
InternalErrorException
public InternalErrorException()
-
-