org.glassfish.deployment.versioning
Class VersioningException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VersioningSyntaxException, VersioningWildcardException

public class VersioningException
extends RuntimeException

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
VersioningException(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

VersioningException

public VersioningException(String msg)


Copyright © 2012 GlassFish Community. All Rights Reserved.