Class GemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.saumya.mojo.ruby.gems.GemException
All Implemented Interfaces:
Serializable

public class GemException extends Exception
See Also:
  • Field Details

  • Constructor Details

    • GemException

      public GemException(Exception e)
    • GemException

      public GemException(String msg, Exception e)
    • GemException

      public GemException(String msg)