OpenShift Java Client 2.5.0.Final

com.openshift.client
Class OpenShiftException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.openshift.client.OpenShiftException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidNameOpenShiftException, OpenShiftApplicationNotAvailableException, OpenShiftEndpointException, OpenShiftRequestException, OpenShiftSSHKeyException, OpenShiftSSHOperationException, OpenShiftUnknonwSSHKeyTypeException

public class OpenShiftException
extends RuntimeException

Author:
André Dietisheim
See Also:
Serialized Form

Constructor Summary
OpenShiftException(String message, Object... arguments)
           
OpenShiftException(Throwable cause, String message, Object... arguments)
           
 
Method Summary
 
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

OpenShiftException

public OpenShiftException(Throwable cause,
                          String message,
                          Object... arguments)

OpenShiftException

public OpenShiftException(String message,
                          Object... arguments)

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.