Package com.google.appengine.api.modules
Class ModulesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.api.modules.ModulesException
-
- All Implemented Interfaces:
Serializable
public class ModulesException extends RuntimeException
Exception thrown by theModulesService
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModulesException(String detail)
ModulesException(String detail, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-