Uses of Enum
com.emc.d2fs.exceptions.D2fsException.TYPE
Packages that use D2fsException.TYPE
-
Uses of D2fsException.TYPE in com.emc.d2fs.exceptions
Methods in com.emc.d2fs.exceptions that return D2fsException.TYPEModifier and TypeMethodDescriptionD2fsException.getType()
static D2fsException.TYPE
Returns the enum constant of this type with the specified name.static D2fsException.TYPE[]
D2fsException.TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.emc.d2fs.exceptions with parameters of type D2fsException.TYPEConstructors in com.emc.d2fs.exceptions with parameters of type D2fsException.TYPEModifierConstructorDescriptionD2fsException
(String message, D2fsException.TYPE type) D2fsException
(String message, D2fsException.TYPE type, Throwable e) D2fsException
(String errorCode, String message, D2fsException.TYPE type, Throwable e) D2fsException
(String errorCode, String message, D2fsException.TYPE type, Throwable e, Object[] args) D2fsException
(Throwable e, D2fsException.TYPE type)