org.mobicents.media.server.spi
Class FacilityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.media.server.spi.FacilityException
All Implemented Interfaces:
java.io.Serializable

public class FacilityException
extends java.lang.Exception

Author:
Oleg Kulikov
See Also:
Serialized Form

Constructor Summary
FacilityException()
          Creates a new instance of FacilityException without detail message.
FacilityException(java.lang.String msg)
          Constructs an instance of FacilityException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FacilityException

public FacilityException()
Creates a new instance of FacilityException without detail message.


FacilityException

public FacilityException(java.lang.String msg)
Constructs an instance of FacilityException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2010. All Rights Reserved.