java.lang.Object |
↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
|
↳ |
org.ocast.core.DialError |
Class Overview
Enumerates the different errors related to Dial
Summary
Enum Values |
DialError |
APPLICATION_NOT_FOUND |
The application does not exists
|
DialError |
APPLICATION_NOT_RUNNING |
Joining (see join ) the application could not succeed as the application is not running
|
DialError |
INTERNAL_ERROR |
An error occured on the server side
|
DialError |
NETWORK_ERROR |
An error occured on the network
|
DialError |
TIMEOUT |
The application could not start fast enough
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(E arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
public
static
final
DialError
APPLICATION_NOT_FOUND
The application does not exists
public
static
final
DialError
APPLICATION_NOT_RUNNING
Joining (see join
) the application could not succeed as the application is not running
public
static
final
DialError
INTERNAL_ERROR
An error occured on the server side
public
static
final
DialError
NETWORK_ERROR
An error occured on the network
public
static
final
DialError
TIMEOUT
The application could not start fast enough
Public Methods
public
static
DialError
valueOf
(String name)