Package de.saumya.mojo.ruby.gems
Class GemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.saumya.mojo.ruby.gems.GemException
-
- All Implemented Interfaces:
java.io.Serializable
public class GemException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GemException(java.lang.Exception e)GemException(java.lang.String msg)GemException(java.lang.String msg, java.lang.Exception e)
-