org.glassfish.deployment.versioning
Class VersioningSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.deployment.versioning.VersioningException
                  extended by org.glassfish.deployment.versioning.VersioningSyntaxException
All Implemented Interfaces:
Serializable

public class VersioningSyntaxException
extends VersioningException

This class is an exception used when application name that complies with versioning incorporates critical pattern.

Author:
Romain GRECOURT - SERLI (romain.grecourt@serli.com)
See Also:
Serialized Form

Constructor Summary
VersioningSyntaxException(String msg)
           
 
Method Summary
 
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
 

Constructor Detail

VersioningSyntaxException

public VersioningSyntaxException(String msg)


Copyright © 2012 GlassFish Community. All Rights Reserved.