org.jenkinsci.plugins.skytap
Class SkytapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jenkinsci.plugins.skytap.SkytapException
All Implemented Interfaces:
Serializable

public class SkytapException
extends Exception

Custom exception class to handle errors/exceptions returned from Skytap

Author:
ptoma
See Also:
Serialized Form

Constructor Summary
SkytapException()
           
SkytapException(String err)
           
 
Method Summary
 String getError()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SkytapException

public SkytapException()

SkytapException

public SkytapException(String err)
Method Detail

getError

public String getError()


Copyright © 2004-2014. All Rights Reserved.