com.sap.security.core.server.vsi.api.exception
Class VSIServiceMessage.Msg0

java.lang.Object
  |
  +--com.sap.security.core.server.vsi.api.exception.VSIServiceMessage.BaseMsg
        |
        +--com.sap.security.core.server.vsi.api.exception.VSIServiceMessage.Msg0
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
VSIServiceMessage

public static class VSIServiceMessage.Msg0
extends VSIServiceMessage.BaseMsg

See Also:
Serialized Form

Constructor Summary
VSIServiceMessage.Msg0(java.lang.String key, java.lang.String defaultText, java.lang.Class implementor)
           
 
Method Summary
 VSIServiceMessage create()
           
 
Methods inherited from class com.sap.security.core.server.vsi.api.exception.VSIServiceMessage.BaseMsg
getDefaultText, getImplementingClass, getKey, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VSIServiceMessage.Msg0

public VSIServiceMessage.Msg0(java.lang.String key,
                              java.lang.String defaultText,
                              java.lang.Class implementor)
Method Detail

create

public VSIServiceMessage create()