public static enum UESIORTException.E05210 extends java.lang.Enum<UESIORTException.E05210> implements ErrorCode
| Enum Constant and Description | 
|---|
M00
System message. 
 | 
M01
Cannot get input stream. 
 | 
M02
Cannot write to output stream. 
 | 
M03
Cannot create input stream. 
 | 
M04
File already exists. 
 | 
M05
Cannot write to file. 
 | 
M06
Buffer file removed. 
 | 
M07
Cannot close output stream. 
 | 
M08
File cannot be NULL. 
 | 
M09
If OutputStream is created, InputStream is not available. 
 | 
M10
Cannot get IutputStream, because DataSource is used for reading data by OutputStream. 
 | 
M11
Cannot get InputStream, because there in no data. 
 | 
M12
Cannot get OutputStream, because DataSource is used for reading data by InputStream. 
 | 
M13
UESStreamHandler does not support repeated read because it was created via deprecated API. 
 | 
M14
UESStreamHandler does not support repeated read because it was created using UESStreamSource which does not meet the contract. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<UESIORTException> | 
getExceptionClass()
Returns class of exception which is owner of this error code. 
 | 
static UESIORTException.E05210 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESIORTException.E05210[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESIORTException.E05210 c : UESIORTException.E05210.values()) System.out.println(c);
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullgetExceptionClass in interface ErrorCode