Liferay 7.0-ce-b4

com.liferay.portal.exception
Class UserSmsException.MustBeEmailAddress

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.UserSmsException
                      extended by com.liferay.portal.exception.UserSmsException.MustBeEmailAddress
All Implemented Interfaces:
Serializable
Enclosing class:
UserSmsException

public static class UserSmsException.MustBeEmailAddress
extends UserSmsException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.exception.UserSmsException
UserSmsException.MustBeEmailAddress
 
Field Summary
 String smsSn
           
 
Constructor Summary
UserSmsException.MustBeEmailAddress(String smsSn)
           
 
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
 

Field Detail

smsSn

public final String smsSn
Constructor Detail

UserSmsException.MustBeEmailAddress

public UserSmsException.MustBeEmailAddress(String smsSn)

Liferay 7.0-ce-b4