Liferay 6.2-ce-ga5

com.liferay.portal.kernel.notifications
Class DuplicateChannelException

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.kernel.notifications.ChannelException
                      extended by com.liferay.portal.kernel.notifications.DuplicateChannelException
All Implemented Interfaces:
Serializable

public class DuplicateChannelException
extends ChannelException

See Also:
Serialized Form

Constructor Summary
DuplicateChannelException()
           
DuplicateChannelException(String msg)
           
DuplicateChannelException(String msg, Throwable cause)
           
DuplicateChannelException(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

DuplicateChannelException

public DuplicateChannelException()

DuplicateChannelException

public DuplicateChannelException(String msg)

DuplicateChannelException

public DuplicateChannelException(String msg,
                                 Throwable cause)

DuplicateChannelException

public DuplicateChannelException(Throwable cause)

Liferay 6.2-ce-ga5