C# Class Apache.NMS.Util.NMSExceptionSupport

Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

Method Description
Create ( Exception cause ) : NMSException
Create ( string message, Exception cause ) : NMSException
Create ( string message, string errorCode, Exception cause ) : NMSException
CreateMessageEOFException ( Exception cause ) : MessageEOFException
CreateMessageFormatException ( Exception cause ) : MessageFormatException

Private Methods

Method Description
NMSExceptionSupport ( ) : System

Method Details

Create() public static method

public static Create ( Exception cause ) : NMSException
cause System.Exception
return NMSException

Create() public static method

public static Create ( string message, Exception cause ) : NMSException
message string
cause System.Exception
return NMSException

Create() public static method

public static Create ( string message, string errorCode, Exception cause ) : NMSException
message string
errorCode string
cause System.Exception
return NMSException

CreateMessageEOFException() public static method

public static CreateMessageEOFException ( Exception cause ) : MessageEOFException
cause System.Exception
return MessageEOFException

CreateMessageFormatException() public static method

public static CreateMessageFormatException ( Exception cause ) : MessageFormatException
cause System.Exception
return MessageFormatException