Liferay 6.0.5

com.liferay.portal
Class RemoteExportException

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.RemoteExportException
All Implemented Interfaces:
Serializable

public class RemoteExportException
extends PortalException

See Also:
Serialized Form

Field Summary
static int BAD_CONNECTION
           
static int NO_GROUP
           
static int NO_LAYOUTS
           
 
Constructor Summary
RemoteExportException(int type)
           
 
Method Summary
 long getGroupId()
           
 int getType()
           
 String getURL()
           
 void setGroupId(long groupId)
           
 void setURL(String url)
           
 
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
 

Field Detail

BAD_CONNECTION

public static final int BAD_CONNECTION
See Also:
Constant Field Values

NO_GROUP

public static final int NO_GROUP
See Also:
Constant Field Values

NO_LAYOUTS

public static final int NO_LAYOUTS
See Also:
Constant Field Values
Constructor Detail

RemoteExportException

public RemoteExportException(int type)
Method Detail

getType

public int getType()

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getURL

public String getURL()

setURL

public void setURL(String url)

Liferay 6.0.5