Liferay 6.2-ce-ga5

com.liferay.portal
Class CountryNumberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.CountryNumberException
All Implemented Interfaces:
Serializable

public class CountryNumberException
extends PortalException

See Also:
Serialized Form

Constructor Summary
CountryNumberException()
           
CountryNumberException(String msg)
           
CountryNumberException(String msg, Throwable cause)
           
CountryNumberException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

CountryNumberException

public CountryNumberException()

CountryNumberException

public CountryNumberException(String msg)

CountryNumberException

public CountryNumberException(String msg,
                              Throwable cause)

CountryNumberException

public CountryNumberException(Throwable cause)

Liferay 6.2-ce-ga5