public class NoSuitableExecutorException
extends java.lang.Exception
| Constructor and Description |
|---|
NoSuitableExecutorException(java.lang.String s)
Creates a NoSuitableExecutorException.
|
NoSuitableExecutorException(java.lang.String s,
java.lang.Throwable cause)
Creates a NoSuitableExecutorException.
|
public NoSuitableExecutorException(java.lang.String s)
s - describes the reason.public NoSuitableExecutorException(java.lang.String s,
java.lang.Throwable cause)
s - describes the reason.cause - a nested exception that is the cause of this.