public class JobPortAllocationConflictException extends com.spotify.helios.common.HeliosException
| Constructor and Description |
|---|
JobPortAllocationConflictException(com.spotify.helios.common.descriptors.JobId id,
com.spotify.helios.common.descriptors.JobId conflictingId,
String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
com.spotify.helios.common.descriptors.JobId |
getConflictingId() |
String |
getHost() |
com.spotify.helios.common.descriptors.JobId |
getId() |
int |
getPort() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JobPortAllocationConflictException(com.spotify.helios.common.descriptors.JobId id, com.spotify.helios.common.descriptors.JobId conflictingId, String host, int port)
public com.spotify.helios.common.descriptors.JobId getId()
public com.spotify.helios.common.descriptors.JobId getConflictingId()
public String getHost()
public int getPort()
Copyright © 2017. All rights reserved.