Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
License header added.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.wso2.org/repos/wso2/trunk/wsf@67629 a5903396-d722-0410-b921-86c7d4935375
  • Loading branch information
heshan committed Jun 5, 2010
1 parent 3ae6310 commit 726e8e0
Showing 1 changed file with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
/*
* Copyright 2008 WSO2, Inc. http://www.wso2.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.wso2.wsf.jython.deployer.util;

/**
* Created by IntelliJ IDEA.
* User: heshan
* Date: Jun 5, 2010
* Time: 9:42:06 AM
* To change this template use File | Settings | File Templates.
*/
public class PythonDeploymentException extends Exception{

public PythonDeploymentException(String message) {
Expand Down

0 comments on commit 726e8e0

Please sign in to comment.