org.mobicents.slee.resource.parlay.util
Class ParlayExceptionUtil

java.lang.Object
  extended by org.mobicents.slee.resource.parlay.util.ParlayExceptionUtil

public class ParlayExceptionUtil
extends java.lang.Object

Logging utils.


Method Summary
static java.lang.String stringify(org.csapi.P_INVALID_INTERFACE_TYPE e)
          Logging util for Parlay idlj type.
static java.lang.String stringify(org.csapi.P_INVALID_SESSION_ID e)
          Logging util for Parlay idlj type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

stringify

public static final java.lang.String stringify(org.csapi.P_INVALID_INTERFACE_TYPE e)
Logging util for Parlay idlj type.

Parameters:
e - Parlay idlj type
Returns:
a printable concise error (with no stack trace)

stringify

public static final java.lang.String stringify(org.csapi.P_INVALID_SESSION_ID e)
Logging util for Parlay idlj type

Parameters:
e - Parlay idlj type
Returns:
a printable concise error (with no stack trace)


Copyright © 2008. All Rights Reserved.