Liferay 7.0-ce-b4

com.liferay.portal.exception
Class UserIdException

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.exception.UserIdException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserIdException.MustNotBeNull, UserIdException.MustNotBeReserved

public class UserIdException
extends PortalException

See Also:
Serialized Form

Nested Class Summary
static class UserIdException.MustNotBeNull
           
static class UserIdException.MustNotBeReserved
           
 
Constructor Summary
UserIdException()
          Deprecated. As of 7.0.0, replaced by the inner classes
UserIdException(String msg)
          Deprecated. As of 7.0.0, replaced by the inner classes
UserIdException(String msg, Throwable cause)
          Deprecated. As of 7.0.0, replaced by the inner classes
UserIdException(Throwable cause)
          Deprecated. As of 7.0.0, replaced by the inner classes
 
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

UserIdException

@Deprecated
public UserIdException()
Deprecated. As of 7.0.0, replaced by the inner classes


UserIdException

@Deprecated
public UserIdException(String msg)
Deprecated. As of 7.0.0, replaced by the inner classes


UserIdException

@Deprecated
public UserIdException(String msg,
                                  Throwable cause)
Deprecated. As of 7.0.0, replaced by the inner classes


UserIdException

@Deprecated
public UserIdException(Throwable cause)
Deprecated. As of 7.0.0, replaced by the inner classes


Liferay 7.0-ce-b4