Liferay 6.1.2-ce-ga3

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
           
static int NO_PERMISSIONS
           
 
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

NO_PERMISSIONS

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

RemoteExportException

public RemoteExportException(int type)
Method Detail

getGroupId

public long getGroupId()

getType

public int getType()

getURL

public String getURL()

setGroupId

public void setGroupId(long groupId)

setURL

public void setURL(String url)

Liferay 6.1.2-ce-ga3