public class ModuleFactoryException extends FabricException
Title: Service Event Fabric Core
Description: Defines an exception thrown by the ModuleFactory
.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Class and Description |
---|---|
static class |
ModuleFactoryException.ErrorCode |
Constructor and Description |
---|
ModuleFactoryException(java.lang.String message) |
ModuleFactoryException(java.lang.String message,
ModuleFactoryException.ErrorCode errorCode) |
ModuleFactoryException(java.lang.String message,
java.lang.Throwable exception) |
ModuleFactoryException(java.lang.String message,
java.lang.Throwable exception,
ModuleFactoryException.ErrorCode errorCode) |
ModuleFactoryException(java.lang.Throwable exception) |
Modifier and Type | Method and Description |
---|---|
ModuleFactoryException.ErrorCode |
getErrorCode() |
toString
public ModuleFactoryException(java.lang.String message)
public ModuleFactoryException(java.lang.Throwable exception)
public ModuleFactoryException(java.lang.String message, java.lang.Throwable exception)
public ModuleFactoryException(java.lang.String message, ModuleFactoryException.ErrorCode errorCode)
public ModuleFactoryException(java.lang.String message, java.lang.Throwable exception, ModuleFactoryException.ErrorCode errorCode)
public ModuleFactoryException.ErrorCode getErrorCode()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.