org.glassfish.deployment.versioning
Class VersioningWildcardException

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.VersioningWildcardException
All Implemented Interfaces:
Serializable

public class VersioningWildcardException
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
VersioningWildcardException(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

VersioningWildcardException

public VersioningWildcardException(String msg)


Copyright © 2012. All Rights Reserved.