com.openshift.client
Class OpenShiftSSHOperationException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
com.openshift.client.OpenShiftException
                  
com.openshift.client.OpenShiftSSHOperationException
- All Implemented Interfaces: 
 - Serializable
 
public class OpenShiftSSHOperationException
- extends OpenShiftException
 
OpenShift Exception that encapsulates an underlying exception that occurred during an SSH operation.
- Author:
 
  - Xavier Coulon
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
OpenShiftSSHOperationException
public OpenShiftSSHOperationException(Throwable cause,
                                      String message,
                                      Object... arguments)
OpenShiftSSHOperationException
public OpenShiftSSHOperationException(String message,
                                      Object... arguments)
Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.